Replies: 1 comment 1 reply
-
Hi @wasimTQ. This issue seems likely to be an environment specific Pipenv issue, not something to do with Openverse's specific usage. For that reason, we won't be able to help extensively with debugging this. That being said, I did a quick search of the Pipenv issues on their GitHub, and pipenv --rm in the directory of the app which failed to install its dependencies (could be automations/python or documentation) and then re-running just py-install may solve the issue. However, please do refer to Pipenv's issues list for solutions and open an issue there if you continue to run into difficulties. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Frontend dependencies installed fine. I'm having issues installing the backend dependencies. I had python3.10 in my machine as default. But the
just py-install
command required python3.11 so I installed it and other packages. Here's the error message I got when I tried to install the backend dependencies.I'd like to know what am I doing wrong
Beta Was this translation helpful? Give feedback.
All reactions