You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am on the latest stable Poetry version, installed using a recommended method.
I have searched the issues of this repo and believe that this is not a duplicate.
I have consulted the FAQ and blog for any relevant entries or release notes.
If an exception occurs when executing a command, I executed it again in debug mode (-vvv option) and have included the output below.
Issue
The issue is fairly simple. On a new poetry project, I used (I will report with the package used in case it helps):
poetry add 'polars[all]'
poetry installs polars but no extras. Meanwhile, on an isolated environment, using pip install 'polars[all]' does install every extra dependency listed by that package.
However, poetry works well if I specify which extras to install, e.g.: