-
Notifications
You must be signed in to change notification settings - Fork 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
Trouble installing 1.2.0a0 from pip #809
Comments
It appears a fix was attempted here: #818 However I'm also not able to get this working:
For more background: chriskiehl/GooeyExamples#36 |
However:
Perhaps we need to cast
|
According to heroku/heroku-buildpack-python#1248, this was fixed in heroku/heroku-buildpack-python#1254:
Unfortunately, |
Got it installed with |
Hi.
I'm not sure if this is a problem with my python setup or with the gooey pip distribution.
I'm trying to install version 1.2.0a0 but get the error below:
I try to install dataclasses==0.8 but get the following:
It seems PyPi has the 0.8 version but my pip won't recognize it, however as far as I understand Python>3.7 should have dataclasses included in the install and the pip module is just a backport for previous version, so perhaps this isn't a needed requirement?
Any help would be appreciated - Thanks!
EDIT: Manually downloading the .whl file from pypi and trying to install yields:
As it's included in python>3.7, I believe the gooey pip package should be configured to ignore this dependency when running such a version as I am
The text was updated successfully, but these errors were encountered: