Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't pip install #8

Closed
dpsanders opened this issue Nov 13, 2015 · 5 comments
Closed

Can't pip install #8

dpsanders opened this issue Nov 13, 2015 · 5 comments

Comments

@dpsanders
Copy link

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...

@dpsanders
Copy link
Author

On OSX 10.11.1

@benEnsta
Copy link
Collaborator

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.

@dpsanders
Copy link
Author

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.

@benEnsta
Copy link
Collaborator

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.

@dpsanders
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants