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

[BUG] Can't install on python 3.9 / 3.10 on macOS #153

Closed
nico-bohlinger opened this issue Jun 11, 2022 · 9 comments
Closed

[BUG] Can't install on python 3.9 / 3.10 on macOS #153

nico-bohlinger opened this issue Jun 11, 2022 · 9 comments
Assignees
Labels
question Further information is requested

Comments

@nico-bohlinger
Copy link

I tried to install envpool on python 3.9.5 and 3.10.0 with pip install envpool and got the following in both cases:

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

I haven't checked other python versions though.

@Trinkle23897
Copy link
Collaborator

Trinkle23897 commented Jun 11, 2022

What's the output of pip -V?

We haven't provided py310 wheel so it cannot be installed on python 3.10.0

@nico-bohlinger
Copy link
Author

pip 22.1.2 from /usr/local/anaconda3/envs/default395/lib/python3.9/site-packages/pip (python 3.9)

@Trinkle23897
Copy link
Collaborator

Which OS?

@nico-bohlinger
Copy link
Author

macOS Catalina

@Trinkle23897
Copy link
Collaborator

Trinkle23897 commented Jun 11, 2022

That's the reason. We currently only provided linux wheels. Windows/macOS will be supported in a few weeks. Stay tuned.

@Trinkle23897 Trinkle23897 added the question Further information is requested label Jun 11, 2022
@nico-bohlinger
Copy link
Author

Ahh I suspected that but I wasn't sure because I didn't find anything on OS requirements. Then I will boot up Linux, thank you for the fast support :)

@Trinkle23897 Trinkle23897 changed the title [BUG] Can't install on python 3.9 / 3.10 [BUG] Can't install on python 3.9 / 3.10 on macOS Jun 11, 2022
@smorad
Copy link

smorad commented Jul 5, 2022

I assume there is now MacOS support as this is marked as completed, but I don't see any wheels yet

pip 21.2.4 from /Users/smorad/opt/miniconda3/envs/ray/lib/python3.9/site-packages/pip (python 3.9)
MacOS Monterey 12.1

Should we build from source?

@Trinkle23897
Copy link
Collaborator

No, it's not completed.

@Trinkle23897
Copy link
Collaborator

Move this thread to #168.

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

No branches or pull requests

3 participants