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

When running poetry install wiith lock file present, it creates wheel files for the current project #982

Closed
2 tasks done
jnoortheen opened this issue Mar 22, 2019 · 2 comments

Comments

@jnoortheen
Copy link

jnoortheen commented Mar 22, 2019

  • I have searched the issues of this repo and believe that this is not a duplicate.
  • I have searched the documentation and believe that my question is not covered.

Question

I have create pyptoject.toml and added dependencies and ran poetry install it creates lock file and installs packages to venv as expected. If I run the command the second time poetry install
I am getting the following output.

Installing dependencies from lock file
Nothing to install or update
- Installing <project-name> (0.1.0)

and creates a wheel file and other directories as though I have issued poetry build command.

Is it normal? or a bug? I am not able to find any info on docs or help page.

Versions Used:

poetry: 0.12.11
python: 3.7

@jnoortheen
Copy link
Author

found an open issue #800

Copy link

github-actions bot commented Mar 3, 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 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant