-
Notifications
You must be signed in to change notification settings - Fork 5
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 fails to find and install packages #69
Comments
I'm coming to the same conclusion:
Pip is able to install, but apparently only because it is able to treat it like something other than a pypi index? |
Sorry for the late reply. Yes, another user couldn't make it work with As mentioned in python-poetry/poetry#5548, it doesn't work because Maybe you should try the solution proposed in the last comment of that issue, i.e. build and publish the wheel and then use that wheel link instead of the repository link in the HTML pages of If you manage to make it work, I would love if you could post the solution on this thread as well ! |
Oh interesting. Ok I'll give it a try with publishing the wheels and using that instead of the repository link and let you know how that goes. If I do get it to work, I'll update this issue. |
Did anyone ever get this to work? I've tried adding the link to the release .whl instead of the link to the repository, and I'm still getting the "Could not find a matching version of package ..." error. |
Hello! This is a really cool project and I would love to use it however I'm having some trouble getting it to work with poetry.
I created a default source in my pyproject file as the following
and when I try to install public-hello I get the following error
Do you have any idea what may be going on?
The text was updated successfully, but these errors were encountered: