
Hi thanks for the help but it didn't change anything....still 0.11dev Simone On Sunday, January 31, 2016 at 10:19:36 PM UTC-8, Josh Warner wrote:
It sounds like you're compiling inplace but not informing your preferred Python installation about the package.
After compiling, have you run `python setup.py develop`? That might solve everything, assuming `python` maps to your preferred Anaconda environment. It compiles what's needed, then adds the path to your PYTHONPATH so you can develop and use the source install outside Python's site_packages directory.
Let us know if that doesn't work, Josh
On Sunday, January 31, 2016 at 5:53:54 PM UTC-7, Simone Codeluppi wrote:
Hi I tried to install the dev version (0.12x) on anaconda using the command posted on the website : git clone https://github.com/scikit-image/scikit-image.git followed by git pull and compiling of the modified extensions I still get: 0.11.dev0 Any idea on what i can be doing wrong? Thanks a lot for the help!
Simone