deeppy icon indicating copy to clipboard operation
deeppy copied to clipboard

Can't install deeppy

Open kapyar opened this issue 9 years ago • 4 comments

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.

kapyar avatar Dec 06 '15 16:12 kapyar

I have the same issue. Have you found any workaround?

stavskal avatar Jan 05 '16 21:01 stavskal

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.

andersbll avatar Jan 06 '16 08:01 andersbll

I have the same problem. How can I solve it? pls!

mtsrvs avatar May 28 '16 15:05 mtsrvs

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.

kapyar avatar May 29 '16 11:05 kapyar