-
Notifications
You must be signed in to change notification settings - Fork 104
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
Comments
What's the output of We haven't provided py310 wheel so it cannot be installed on python 3.10.0 |
pip 22.1.2 from /usr/local/anaconda3/envs/default395/lib/python3.9/site-packages/pip (python 3.9) |
Which OS? |
macOS Catalina |
That's the reason. We currently only provided linux wheels. Windows/macOS will be supported in a few weeks. Stay tuned. |
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 :) |
I assume there is now MacOS support as this is marked as completed, but I don't see any wheels yet
Should we build from source? |
No, it's not completed. |
Move this thread to #168. |
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:I haven't checked other python versions though.
The text was updated successfully, but these errors were encountered: