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
While installing via dockerfile, at line RUN python3 -m pip install -r requirements.txt there was error, "No module named 'setuptools_rust'" and the installation stopped.
I addedRUN python3 -m pip install --upgrade pip and it worked. I think if the pip libraries were too old, you can't install.
The text was updated successfully, but these errors were encountered:
While installing via dockerfile, at line
RUN python3 -m pip install -r requirements.txt
there was error, "No module named 'setuptools_rust'" and the installation stopped.I added
RUN python3 -m pip install --upgrade pip
and it worked. I think if the pip libraries were too old, you can't install.The text was updated successfully, but these errors were encountered: