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
But the steps in the docs are correct as-is. You can't include the current project (-e file:///.) as a dependency if you don't copy in the current project.
Steps to Reproduce
Follow this step.
https://github.com/astral-sh/rye/blob/main/docs/guide/docker.md#container-from-source
The error seems to be caused by line
-e file:.
in requirements.lock.Is it possible to disable to write this line? or other workaround?
Expected Result
pip
to work.Actual Result
error occurs.
once the line
-e file:e
is removed, build steps work well.Version Info
rye 0.33.0
commit: 0.33.0 (58523f6 2024-04-24)
platform: macos (aarch64)
self-python: cpython@3.12.3
symlink support: t
Stacktrace
No response
The text was updated successfully, but these errors were encountered: