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

pip install Skoot on Mac keeps failing with ERROR: Could not find a version that satisfies the requirement skoot (from versions: none). #13

Open
lakshmikrish-97 opened this issue Feb 22, 2020 · 8 comments

Comments

@lakshmikrish-97
Copy link

lakshmikrish-97 commented Feb 22, 2020

Description

pip install Skoot on Mac keeps failing with
ERROR: Could not find a version that satisfies the requirement skoot (from versions: none)
ERROR: No matching distribution found for skoot

Steps/Code to Reproduce

pip install skoot
using python version : Python 2.7.17
using pip version : pip 19.3.1

Expected Results

No errors thrown, successful installation of Skoot

Actual Results

ERROR: Could not find a version that satisfies the requirement skoot (from versions: none)
ERROR: No matching distribution found for skoot

Versions

platform - Darwin-19.2.0-x86_64-i386-64bit
sys - ('Python', '2.7.17 (default, Oct 24 2019, 12:57:47) \n[GCC 4.2.1 Compatible Apple LLVM 11.0.0 (clang-1100.0.33.8)]')
Skoot -( not able to install )
numpy -("NumPy", numpy.version)
scipy - ('SciPy', '1.2.3')
sklearn - scikit-learn->sklearn (1.16.6)

@lakshmikrish-97
Copy link
Author

Hi! Thats the issue, as stated in the title, any help would be greatly appreciated, thank you so much! I'm not sure where I am going wrong

@tgsmith61591
Copy link
Owner

tgsmith61591 commented Feb 22, 2020

Can you please fill in the fields above? In this case platform information would be very helpful. My guess is you're running python 3.7+ and I don't believe we have whl files out for anything above 3.6

@lakshmikrish-97
Copy link
Author

Yes sure, sorry about that, will update it now

@tgsmith61591
Copy link
Owner

Thanks for updating. The reason is that you're using python 2.7, but skoot requires python 3.5+

@lakshmikrish-97
Copy link
Author

Oh okay thank you so much, I will try with that. Thank you once again

@lakshmikrish-97
Copy link
Author

I tried on python 3.7.3, but getting same error.
So we need to use only python versions 3.5 - 3.6 ?

@tgsmith61591
Copy link
Owner

Ah just saw it's osx. I only have Linux wheels out there right now:

https://pypi.org/project/skoot/#files

For Mac you'd have to build the source tarball, which depends on f2py and cython. It's on my wishlist to get Mac builds out soon. I'm sorry for the hoops you've jumped through 😓

@lakshmikrish-97
Copy link
Author

Oh okay okay, thank you so much again for your help!
No issues, thanks once more!

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