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

Recently released poetry-core 1.0.1 breaks things #3651

Closed
2 of 3 tasks
bdrosen96 opened this issue Feb 5, 2021 · 2 comments
Closed
2 of 3 tasks

Recently released poetry-core 1.0.1 breaks things #3651

bdrosen96 opened this issue Feb 5, 2021 · 2 comments
Labels
kind/bug Something isn't working as expected

Comments

@bdrosen96
Copy link

  • I am on the latest Poetry version.
  • I have searched the issues of this repo and believe that this is not a duplicate.
  • If an exception occurs when executing a command, I executed it again in debug mode (-vvv option).
  • Ubuntu 16.04:
  • 1.1.4:
  • Link of a Gist with the contents of your pyproject.toml file:

Issue

With the poetry core 1.0.1 instead of poetry 1.0.0 we see this:

13:15:40  Traceback (most recent call last):
13:15:40    File "/usr/local/bin/poetry", line 5, in <module>
13:15:40      from poetry.console import main
13:15:40    File "/usr/local/lib/python3.8/site-packages/poetry/console/__init__.py", line 1, in <module>
13:15:40      from .application import Application
13:15:40    File "/usr/local/lib/python3.8/site-packages/poetry/console/application.py", line 7, in <module>
13:15:40      from .commands.about import AboutCommand
13:15:40    File "/usr/local/lib/python3.8/site-packages/poetry/console/commands/__init__.py", line 4, in <module>
13:15:40      from .check import CheckCommand
13:15:40    File "/usr/local/lib/python3.8/site-packages/poetry/console/commands/check.py", line 2, in <module>
13:15:40      from poetry.factory import Factory
13:15:40    File "/usr/local/lib/python3.8/site-packages/poetry/factory.py", line 16, in <module>
13:15:40      from .packages.locker import Locker
13:15:40    File "/usr/local/lib/python3.8/site-packages/poetry/packages/__init__.py", line 2, in <module>
13:15:40      from .locker import Locker
13:15:40    File "/usr/local/lib/python3.8/site-packages/poetry/packages/locker.py", line 28, in <module>
13:15:40      from poetry.core.packages.package import Dependency
13:15:40  ImportError: cannot import name 'Dependency' from 'poetry.core.packages.package' (/usr/local/lib/python3.8/site-packages/poetry/core/packages/package.py)
@bdrosen96 bdrosen96 added kind/bug Something isn't working as expected status/triage This issue needs to be triaged labels Feb 5, 2021
@bdrosen96 bdrosen96 changed the title Recently release poetry-core 1.0.1 breaks things Recently released poetry-core 1.0.1 breaks things Feb 5, 2021
@bdrosen96
Copy link
Author

Looks like it is a duplicate of #3650. I had search issues in poetry-core and it was not there

@abn abn removed the status/triage This issue needs to be triaged label Mar 3, 2022
Copy link

github-actions bot commented Mar 2, 2024

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/bug Something isn't working as expected
Projects
None yet
Development

No branches or pull requests

2 participants