deeppy
deeppy copied to clipboard
Can't install deeppy
After installing CUDA I wanted to install deeppy but have following error:
Installed /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/deeppy-0.1.dev0-py2.7.egg
Processing dependencies for deeppy==0.1.dev0
Searching for cudarray>=0.1.dev
Reading https://pypi.python.org/simple/cudarray/
Couldn't find index page for 'cudarray' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading https://pypi.python.org/simple/
No local packages or download links found for cudarray>=0.1.dev
error: Could not find suitable distribution for Requirement.parse('cudarray>=0.1.dev')
libcudarray.ca
is already placed in /usr/local/lib
Thanks.
I have the same issue. Have you found any workaround?
Sorry about the late reply! It seems that CUDArray is installed incorrectly in your Python environment. Maybe you have forgotten to run python setup install
for CUDArray.
I have the same problem. How can I solve it? pls!
Hey, its been along time ago, but as I remembered I had wrong path configuration. I use oh-my-zsh as terminal plugin for OS X EL Capitan 10.141.4
. Here is my .zshrc
configuration
export GEM_HOME=~/.gems
export INSTALL_PREFIX="/usr/local"
export CUDA_PREFIX="/usr/local/cuda"
export CUDNN_ENABLED=1
export CUDARRAY_BACKEND=numpy
export LD_LIBRARY_PATH=/usr/local/cuda/lib
export PATH="/Library/Frameworks/Python.framework/Versions/3.4/bin/:usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
export PATH=$PATH:~/.gems/bin
export PATH=$PATH:/usr/local/bin
export PYTHONPATH=$PYTHONPATH:/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages
Hope it helps you.
P.S. Or it might be a problem from trained image set. Here a link to download it. Download imagenet-vgg-verydeep-19.mat
into your neural_artistic_style
folder.