-
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
Poetry stopped getting latest Gitlab hosted packages #9712
Comments
I deleted the cache for gitlab and pypi, didn't work |
running |
The assertion error will be the real problem I guess this is what #2372 looks like these days, and this should be closed as a duplicate of that probably you have a bogus python requirement somewhere |
@dimbleby yeah I had one of those, python=">=3.10,<3.2", changed to ">=3.10,<3.12" |
You forgot to close the issue |
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. |
Description
Hi, I used to be able to install privately hosted packages from Gitlab with no issues but starting today when I wanted to bump my package version I noticed that poetry uses some sort of cache maybe to get this grponepantheon package that I made because it says it can't find 0.0.11 even though pip can find it. Also, I updated the 0.0.10 version which I was previously using by changing the python version limitations but Poetry seems to be using the old version of 0.0.10 if that makes sense.
Workarounds
I have no such workaround, am completely lost on this bug
Poetry Installation Method
install.python-poetry.org
Operating System
MacOs
Poetry Version
1.8.3
Poetry Configuration
Python Sysconfig
Example pyproject.toml
Poetry Runtime Logs
The text was updated successfully, but these errors were encountered: