-
-
Notifications
You must be signed in to change notification settings - Fork 289
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
[BUG] Poetry doesn't find python #1003
Comments
Can you run this on the host console and see if it finds anything?
|
Hey @aptalca, no the command finds nothing. |
Thanks, can you also try this? |
Great now it works! Thanks! |
You'll have to use sudo to install into the default venv. Or you can create your own venv inside the config folder and use that, which should have your user perms. |
ah good to know! Thanks, then this issue solved. |
Is there an existing issue for this?
Name of mod
code-server-python3-poetry
Name of base container
lscr.io/linuxserver/code-server
Current Behavior
I tried the poetry docker mod, but when I run
poetry add
for any dependency in the terminal then I get the error[Errno 2] No such file or directory: 'python'
In the terminal only
python3
is found but notpython
.Expected Behavior
poetry add
command should add the dependency to the toml file and installs it.Steps To Reproduce
code-server-python3-poetry
poetry new test
poetry add numpy
[Errno 2] No such file or directory: 'python'
Environment
CPU architecture
x86-64
Docker creation
Used Unraid GUI and only changed Port to 3003 and added docker mod. Can't add a screenshot here.
Container logs
The text was updated successfully, but these errors were encountered: