-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
ERROR: Python 3.11.0 Installation Error #2286
Comments
brotli has not published wheels for python 3.11, in the meantime new wheels are published, the dependency needs to be compiled manually, for that you need to install the python-dev packages for python 3.11. |
For windows it needs the vs c++ build tools. |
Here's the root issue: google/brotli#984 @T4rk1n I wonder though, |
If it's false by default I think we can put it in extra require ( |
Let's do that then. It'll make our installation lighter in addition to solving this problem for what might turn out to be a lot of folks if the |
#2291 is about all we can do for this from our side. |
After I updated my Python to 3.11.0, I'm no more capable of installing Dash with pip.
First I got the following error:
Then I installed a newer version of C++ BuildTools and now I got another one;
Any suggestions?
Thanks in advance.
The text was updated successfully, but these errors were encountered: