yael-vinker / CLIPasso

Other
850 stars 91 forks source link

python: command not found #19

Open zccoder opened 2 years ago

zccoder commented 2 years ago

While i pulled the docker, and run the demo, it occurs the 'python: command not found' problem. It seems that the python version in the docker is not right.

zccoder commented 2 years ago

I found the python version in the docker is 3.5, while it should be python >=3.6 to support some expressions. We should upgrade the python version, however, it means that all packages in the dockers all should be reinstalled. So I think it is not a good idea to install by docker.