codac-team/pyIbex

Can't pip install

Closed this issue · 5 comments

16:44 $ pip install pyIbex
Collecting pyIbex
  Could not find a version that satisfies the requirement pyIbex (from versions: )
No matching distribution found for pyIbex

Tried with Python 2.7, Python 3.4, Pyzo, Anaconda...

On OSX 10.11.1

OK thanks for reporting the issue.
The OS version is part of the pip package name. I only build and try the package with my mac on OSX 10.10.
You could try this :

To test use :

pip install ${path_to_your_wheel}

Let me know if it works.

Not quite sure what syntax you meant.
I get the following

18:28 $ pip3 install pyIbex-1.1.4-cp34-cp34m-macosx_10_11_intel.whl 
pyIbex-1.1.4-cp34-cp34m-macosx_10_11_intel.whl is not a supported wheel on this platform.

Sorry, I am not an expert with pip
I added a pip package build with pyzo2015a for mac os X ( again build with my mac on OSX 10.10)
The generated name was : pyIbex-1.1.4-cp34-cp34m-macosx_10_5_x86_64.whl
You can try again the pip install or change *intel.whl into x86_64.whl
The last solution is to build the module from source. Instructions are in the readme.

The latest pip version now works with Python 3.4 (though, apparently, not with Python 3.5).
Many thanks!