Replies: 2 comments
-
The package you are trying to run seems to be not supported only on python <=3.6 which are all deprecated https://pypi.org/project/launch/ Also, the source code is no where to be found, so is probably dead? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@DevilaN, I think you have a good idea. Letting people specify Auto extensions in Docker will let people have reproducible environments. I made a pull request that implements this: #459 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've tried setup for extensions in auto using
startup.sh
script method (from wiki), but it seems that something is wrong with python.It complains about
launch
module missing.I've tried install "launch" manually with
pip install launch
, but got errors:I tried it with regular
docker run --rm -it python:3.10 /bin/bash
andpip install launch
also fails.Could anyone please provide additional steps required to run it properly?
Beta Was this translation helpful? Give feedback.
All reactions