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 pulled the latest docker image.
When i run the /opt/deploy.sh, it shows that the container lacks the "python-multipart" dependency. And it is hard to add this dependency because of the pyenv environment (compared with conda =_=). Can you update the docker image to add the "python-multipart" dependency?
Thanks!!!
The text was updated successfully, but these errors were encountered:
ok I will submit a pr sooner.
I install the python-multipart in the offline situation by pip. But it needs other dependencies.
Then I install them in the same offline situation.
The problem is that when i have already installed the flit_core dependency. It seemed that it didn't find the flit_core dependency when i installed the pathspec dependency.
Have you encountered this problem before?
I have only used conda and pip before(didn't use the pyenv). Maybe it is installed in a wrong way? But I can find the flit_core by the command "pip list"
Hoping for your reply !!!
Thank you for your instructions !!!
I pulled the latest docker image.
When i run the /opt/deploy.sh, it shows that the container lacks the "python-multipart" dependency. And it is hard to add this dependency because of the pyenv environment (compared with conda =_=). Can you update the docker image to add the "python-multipart" dependency?
Thanks!!!
The text was updated successfully, but these errors were encountered: