-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Unable to retrieve the package version for git on preview 1.1.0b2 #2761
Comments
@serjflint the issue here is caused by: Since the version is determined dynamically, we are unable to inspect the version from the file. Can you try |
@abn How to install poetry from source? I didn't find it in the docs |
If you used the installation script, then you'd want to uninstall before this. Otherwise, |
@abn master branch didn't solve the problem and added new messages:
1.0.10 works with that repo though |
@serjflint that one is due to a bug in the pre-release version with respect to parsing |
I'm still facing the same problem with the install from git master. |
@danihodovic this requires |
I'm having the same issue and it does not appear resolved by installing https://gist.github.com/rotu/307020f80998bcb18f9236f4f79aeb87
|
This change ensures that invalid versions in setup files raises an error and gracefully fallsback to PEP 517 builds to discover package metadata. Resolves: #2761
Sweet! Can confirm my issue is resolved under Poetry master. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
-vvv
option).Issue
I need the preview build for solving another bug. But now git packages are not working.
Works as intended on the latest release 1.0.10.
The text was updated successfully, but these errors were encountered: