aschampion / diluvian

Flood filling networks for segmenting electron microscopy of neural tissue
MIT License
23 stars 13 forks source link

'pip install diluvian' is not working #14

Closed mimi1942 closed 6 years ago

mimi1942 commented 6 years ago

Hi! aschmpion.

First, thank you to implement FFN using keras. I tried to install diluvian using 'pip install diluvian', but It didn't work I got below error message

""" Reading https://pypi.python.org/simple/keras-contrib/ Couldn't find index page for 'keras_contrib' (maybe misspelled?) Scanning index of all packages (this may take a while) Reading https://pypi.python.org/simple/ No local packages or working download links found for keras_contrib error: Could not find suitable distribution for Requirement.parse('keras_contrib') """

If you know the reason why it is not working, please tell me how to deal with. thank you.

aschampion commented 6 years ago

Hi Mimi,

It sounds like this may be a problem with your pip version. The keras_contrib egg comes from git, not pypi, but for some reason pip isn't detecting that. Check what version of pip you have:

pip --version

If this is very old (say, < 7), you may want to upgrade the pip in your virtualenv:

pip install -U pip

It could be something else, but since I haven't encountered this yet, try this first.

mimi1942 commented 6 years ago

Thank you for your answer. I followed your advice but it didn't work. My pip version is already up-to-date.

I'll try to find another way to solve it. Thank you for your time.

And happy new year.

erhanbas commented 6 years ago

Had the same problem, most likely http address is outdated. Installing keras-contrib from below address fixed the problem for me: pip install git+https://www.github.com/keras-team/keras-contrib.git