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
As you can see in my pyproject.toml, I have a dependency that is referenced by a file path: neoapi = {file = "libs/neoapi-1.2.0-cp39-cp39-win_amd64.whl"}.
When runnning poetry export --no-hashes -f requirements.txt -o requirements.txt
the corresponding line yields: neoapi @ file:///C:/blank/neoapi-1.2.0-cp39-cp39-win_amd64.whl ; python_version >= "3.9" and python_full_version < "3.10.0" and python_full_version != "3.9.7".
I think absolute paths make no sense here. If this is intended, please add an option to instead use relative paths.
The text was updated successfully, but these errors were encountered:
-vvv
option) and have included the output below.Issue
As you can see in my pyproject.toml, I have a dependency that is referenced by a file path:
neoapi = {file = "libs/neoapi-1.2.0-cp39-cp39-win_amd64.whl"}
.When runnning
poetry export --no-hashes -f requirements.txt -o requirements.txt
the corresponding line yields:
neoapi @ file:///C:/blank/neoapi-1.2.0-cp39-cp39-win_amd64.whl ; python_version >= "3.9" and python_full_version < "3.10.0" and python_full_version != "3.9.7"
.I think absolute paths make no sense here. If this is intended, please add an option to instead use relative paths.
The text was updated successfully, but these errors were encountered: