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
this creates an issue when using the poetry export plugin to create a requirements.txt which ends up containing:
the poetry export can not just blindly convert to underscores, because this is valid for other modules.
Additionally, why does the poetry export plugin specify the extra name at all? Is this not already a full list of packages, no extra should need to be triggered at this point?
poetry add --lock ydata-profiling
-vvv
option) and have included the output below.Issue
ydata-profiling requires visions[type_image_path]
in the poetry.lock this is converted to 'type-image-path'
ideally these names are left not modified?
this creates an issue when using the poetry export plugin to create a requirements.txt which ends up containing:
the poetry export can not just blindly convert to underscores, because this is valid for other modules.
which then causes this pip error:
The text was updated successfully, but these errors were encountered: