-
Notifications
You must be signed in to change notification settings - Fork 157
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
Missing wheels for Python 3.11 on Windows #3479
Comments
@LindhorstWAG Try this, it worked for me for python 3.11: |
Thanks for the answer. Unfortunatly this does not work. Here ist the console output: × Preparing metadata (pyproject.toml) did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Encountered error while generating package metadata. note: This is an issue with the package mentioned above, not pip. Research on this error leads to the hint to use a AppVeyor Artifact |
Hi, I'm facing the same issue here, no wheels available on AppVeyor and can't install using pip install git+https://github.com/h2oai/datatable (I get a similar error output as above). |
I also encountered a similar error in Python 3.10 and 3.11. But installing it in Python 3.9 works for me, I just typed |
Hi,
as I was forced to migrate to Python 3.11 on Windows 10, I need a pip wheel for the installation of the latest version as 1.0.0 is not working.
When looking at AppVeyor for a suitable artifact, I could not find any. I presume they are deleted after a certain time?
Can someone create a new artifact? Who can I contact?
Thanks
The text was updated successfully, but these errors were encountered: