Skip to content
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

No module named 'poetry.repositories.http' #88

Closed
mitchhentges opened this issue Jul 12, 2022 · 2 comments
Closed

No module named 'poetry.repositories.http' #88

mitchhentges opened this issue Jul 12, 2022 · 2 comments

Comments

@mitchhentges
Copy link

Dupe of #70, but the author closed that ticket - perhaps they were able to resolve it on their machine 🤔

To reproduce

  1. pip3 install --user poetry==1.2.0b1 poetry-plugin-export
  2. poetry --version
No module named 'poetry.repositories.http'

My pip3 list --user looks like:

C:\dev\playground> pip3 list --user
Package            Version
------------------ ---------
CacheControl       0.12.11
cachy              0.3.0
certifi            2022.6.15
charset-normalizer 2.1.0
cleo               1.0.0a5
crashtest          0.3.1
distlib            0.3.4
entrypoints        0.3
filelock           3.7.1
html5lib           1.1
idna               3.3
keyring            23.6.0
lockfile           0.12.2
msgpack            1.0.4
packaging          20.9
pexpect            4.8.0
pkginfo            1.8.3
platformdirs       2.5.2
poetry             1.2.0b1
poetry-core        1.1.0b2
ptyprocess         0.7.0
pylev              1.4.0
pyparsing          3.0.9
pywin32-ctypes     0.2.0
requests           2.28.1
requests-toolbelt  0.9.1
shellingham        1.4.0
six                1.16.0
tomlkit            0.11.1
urllib3            1.26.10
virtualenv         20.15.1
webencodings       0.5.1

I'm on Windows 10 with Python 3.10.5

@dimbleby
Copy link
Contributor

this was rearranged between 1.2.0b1 and 1.2.0b2, you want the latter. Or even better 1.2.0b3 now.

the requirements from the plugin on poetry ought to have been updated, but there's a circular dependency that makes it hard to get right; and also I guess no-one has remembered.

@mitchhentges
Copy link
Author

Ah, thanks, that fixed the problem!
I've been watching the Poetry history page, so I assumed that the most recent beta was still 1.2.0b1 - I should've checked PyPI :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants