bayerj / arac

C++ library for neural networks.
Other
39 stars 57 forks source link

Arac setup.py :error: can't copy 'libarac.dylib': doesn't exist or not a regular file #28

Closed agcala closed 4 years ago

agcala commented 4 years ago

While trying to install arac on Anaconda/Windows8.1 I get this error:

python setup.py install
I:\Anaconda\envs\gpu\lib\site-packages\setuptools\dist.py:475: UserWarning: Normalizing '0.1post' to '0.1.post0'
  normalized_version,
running install
running bdist_egg
running egg_info
writing arac.egg-info\PKG-INFO
writing dependency_links to arac.egg-info\dependency_links.txt
writing top-level names to arac.egg-info\top_level.txt
reading manifest file 'arac.egg-info\SOURCES.txt'
writing manifest file 'arac.egg-info\SOURCES.txt'
installing library code to build\bdist.win-amd64\egg
running install_lib
running build_py
byte-compiling build\bdist.win-amd64\egg\arac\pybrainbridge.py to pybrainbridge.cpython-37.pyc
installing package data to build\bdist.win-amd64\egg
running install_data
error: can't copy 'libarac.dylib': doesn't exist or not a regular file

Any clues?

agcala commented 4 years ago

Just changed libarac.dylib to libarac.dll on the setup.py file