-
Notifications
You must be signed in to change notification settings - Fork 39
windows install #52
Comments
I edit the generate.py, add lines: import platform rerun setup.py, and I got following error: D:\project\OpenSource\nnpy>python setup.py |
Maybe have a look at #44? |
When i tried to install nnpy on windows i get following error: |
I don't have a way of figuring that problem out, so I'm afraid you'll be on your own. |
I was able to resolve the 0xC1 issue but now facing following error: AttributeError: nn_symbol |
That sounds like you're using |
Try to solve this. Replace generate.py with this https://github.com/neutrinoyu/nnpy-win/blob/master/generate.py |
thanks neutrinoyu , it works! my python version is 64bit Anaconda3, |
I have installed nanomsg at:
C:\Program Files (x86)\nanomsg
but when I run pip insall nnpy
or in git clone directory run python setup.py,
I got error:
WindowsError: [Error 3] : '/usr/local/include/nanomsg/.'
The text was updated successfully, but these errors were encountered: