-
Notifications
You must be signed in to change notification settings - Fork 195
Problem when using the code in win10 #7
Comments
Hi Edaward, are you still having issues with setup.py? I tested on Windows 7/10 and got it to work. The reasons you can't install might be:
Remove previous migw in your virtual environment with
Having different versions than specified in requirements.txt can throw any sorts of unrelated errors. Uninstall previously installed pkgs with e.g.
Use I installed in the default enviroment instead of virtualenv while it might work too. If this is still not working and you really want this code to work, uninstall everything (MingW, Cygwin, Python2.7, Anaconda, also cleaning your system PATH from Cygwin and gcc stuff: believe me, it can be a real mess) and then start a clean install of Miniconda Python 2.7 following Daniel Renshaw's answer steps 1-5. Anaconda is bloated with packages you don't really need so install Miniconda instead. To run |
Like @tbraga14 said, it's only possible to compile dilation.cc on Windows if you use MinGW, using gcc/g++. Technically speaking: More technical info: 6.19 Arrays of Variable Length |
take a look at https://www.github.com/davidleon/science_rcn it's windows visual c compatible. It runs on windows 10. |
Hi, I am really excited about your work. I am currently doing my own research. However, I am facing a problem now, when I run it on my windows10 device it show something like below
It seems to me that is not the problem of the system but the problem of the code itself.
Hope you can give me a way to fix this and I will be really appreciated.
The text was updated successfully, but these errors were encountered: