I used to learn Haskell before I uninstalled everything. Now, I downloaded the Haskell platform but it seems there's no WinGHCi. Any suggestion please to solve the issue?
I tried to install it manually but there is no .exe file.
Related
I tried to install mypy with "phyton -m pip install mypy" but it fails with an error about typed_ast that says it needs Visual C++ compiler but after installing that the error remains. I found several similar reports and notes that it can't be fixed due to the typed_ast thing, I don't know any details about that.
Is there a way to install mypy manually? Just copy a bunch of files somewhere?
I use Windows 10, Python 3.7, I updated to the latest pip.
Any help or hint is welcome
Thanks a lot
Martin
I found an answer myself.
I have python 3.7-32 installed and there is no appropriate wheel for typed -ast for this. This video
https://www.youtube.com/watch?v=XZrThBBpFlo
explains the problem and also gives a solution. I installed a 32-bit wheel from the link given and then installed mypy again and it finished successfully.
Now I will try mypy.
Good luck
Packed using: Electron-Packager
Database: sqlite
The app uses Knex as a driver to query to mysqlite.
The module which it says that it cannot find is already present! But then too the error shows up.
I tried to navigate to the resource/app and then use commands like
npm run rebuild
tried installing python, node and then tried but seems like it required some CL.exe file so had to dowload Visual Studio C++ packages too but unfortunately it didn't have that file in my case.
Also tried
npm install sqlite3 --build-from-source
but got error
Can anyone help me with the exact steps to take? I also need help in knowing do i have to take this steps on the package that is already build or before i build it?
The best possible fix i got is the build the system in windows and then deploy it for windows. You need to google at every step where it breaks and then fix it. There are many possibilities and hence i cannot describe it here.
After searching everywhere on here I found some solutions to my problem. At first, the error was that I needed Visual C++ 14.0 and that I could get it from a link that didn't work. So, I downloaded Visual C++ Build Tools and got Visual C++ 14.0.23026. That did not solve the problem.
I did some more searching and found that I could install it using wheel. So, I got wheel and got the .whl file from here as shown in the comments of this
post, making sure to get the correct version for my python version (3.6). Running python -m pip install wordcloud-1.5.0-cp36-cp36m-win32.whl worked, it seemed.
However, after restarting Pycharm, the IDE I use to run python files, it still didn't import it correctly. ModuleNotFoundError: No module named 'wordcloud'.
What am I missing here? Thanks!
EDIT: It works outside of Pycharm (just double clicking my python file), but I'd still like it to work in Pycharm.
I have the same problem and I've solved it.
When you create a project, you should choose 'inherit global site-packages
Or
You can use the terminal in the Pycharm to install the wordcloud.
You can also install wordcloud by File->Settings->Project:your project name->Project interpreter.
I am new here and this is my very first question. I started working on deep learning recently and decided to use caffe. I went through the steps as explained in the caffe tutorial installation: installed CUDA, cuDNN, installed OpenBLAS, the other libraries and so on. I am using Ubuntu 14.04. After that I downloaded caffe and tried to compile it. Everything seemed fine until I got this error message:
.build_release/lib/libcaffe.so/ undefined reference to boost::thread::join()
I know this is a linking problem. I installed the boost libraries from the terminal with sudo apt-get install libboost-all-dev. I have been looking around for a while, but I have not found anything specific to help me. What exactly do I need to do: create some soft-link (seemed like one of the main ways to solve this problem), change my Makefile (I already fixed it so that it looks where the boost library is) or something else?
Thanks in advance
I'm trying to install the W3C validator (local copy) and I have managed to install Perl and all its modules except for SGML::Parser::OpenSP
The problem I'm running into is that apparently I need OpenSP or OpenJade, and I've downloaded the source for both of those, but i cant compile it.
I'm using
Windows 7 x64
IIS 7.5
Active Perl 5.16.1
Installing modules via CPAN
What am I asking for help on?
How/Where can i get a working compilation of OpenSP or OpenJade, or install SGML without it?
(Edit)
The guide i was using : http://validator.w3.org/docs/install_win.html
Your help would be appreciated more than you may think :)
It seems the binaries are available here:
http://sourceforge.net/projects/openjade/files/latest/download?source=files
There is an onsgmls.exe in the OpenSP-1.5.2-wn32.zip package.