-
Notifications
You must be signed in to change notification settings - Fork 86
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
Failing install with latest setuptools (fails due to use_2to3
no longer supported)
#90
Comments
Having the same issue on an Google App Engine deploy, not able to deploy a new version until this is fixed. Happy to help, will probably have some time this week if needed. Just a bit worried with a the release pace of the project. |
I noticed However they don't accept issues so I opened a draft PR in attempt to start a conversation there: VerdigrisTech#2 Here, or there, would much appreciate anyone's support on this. I have zero familiarity with |
FWIW, tests here are passing: aaronsteers#2 That fork was created from the more active |
We have the same issue. Pinning |
Hi @danthedeckie, can you please take a look at this. It breaks all new installations of the Frictionless Framework - https://framework.frictionlessdata.io/. Your help is really appreciated. |
For those that don't want to pin setuptools just replace |
Do we know if PyPi accept a publish with the git ref? I believe git refs in general are disallowed but I don't know if that changes when using a commit ref, as in the above. |
I tried to use a direct git ref in |
In a In a Untested, but I think the equivalent for a install_requires = [
'simpleeval @ https://github.com/graingert/simpleeval/archive/acd8455dec557d551aae1b37b708eb7cd025b03b.zip',
] |
Thanks @chris48s! This syntax seems to be working. The one that had failed was No, the one above also doesn't work:
|
Thanks @Norbo11 and @chris48s . if you're using |
For Pipenv, the syntax for the
|
update #91 has been merged so : no longer works and one should use instead in
|
Hi, |
I think the URI requirement is missing a fragment hinting pip it satisfies the simpleeval package like
|
We created a PyPI package with the |
It's now merged. Can you please release it on PyPi? |
0.9.11 has been just released and installs just fine with latest setuptools 🎉 Everyone can stop pinning git commits and forks. @aaronsteers would you mind closing the issue? Thanks everyone for the collaboration, specially @graingert for the prompt fix. |
Confirmed! Thanks everyone! 🎉 |
This option has dropped support: pypa/setuptools#2769
Failing builds downstream, such as in our project: https://gitlab.com/meltano/sdk/-/issues/213
Pending one-liner PR here: #91
The text was updated successfully, but these errors were encountered: