-
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
AttributeError: Table object has no attribute decode in urllib parse #3104
Comments
Does this happen only when locking? Can you please post the |
OK I think I know why it happens. I had some left overs in Poetry's global config: [repositories.private_pypi_a]
[repositories.private_pypi_a.url]
url = "https://some_private_pypi_a_url" Newest repositories were added like this: [repositories.private_pypi_b]
url = "https://some_private_pypi_b_url" After removing the left-overs, everything works fine, in previously mentioned versions: 1.1.0, 1.1.1, and 1.1.2. Thank you for pointing/forcing me to check my global Poetry config @abn, it solved the issue for me 😄 🎉 ! |
Still having this issue with Poetry 1.2.0a2
and ended up with
so that
After removing |
Hi, Ran into the same issue. For me it worked when changing the command from
To
|
Still an issue in poetry 1.6.1. It seems there are a million ways to nuke poetry config and the parsers are just not able to provide meaningful errors. |
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).RHEL is known for packaging custom versions of Python, but in this case I installed Python with pyenv, so it should be the main, official Python version (or maybe pyenv installs the RHEL version as well? I doubt it)
Issue
Poetry 1.1.0rc1, 1.1.0b4 and 1.1.0b3 work fine.
Poetry 1.1.1 and 1.1.0 fail with an
AttributeError: 'Table' object has no attribute 'decode'
inurllib/parse.py
Poetry 1.1.1:
Poetry 1.1.0:
Poetry 1.1.0b2 (but that's another story):
The text was updated successfully, but these errors were encountered: