Start by searching through the execution's logs to understand if the requested package has been successfully installed.
- If you see errors like
ERROR: No matching distribution found for <package-name>
then it means that the job was unable to find the version you requested. You can go to pypip.org and search for the package to verify that the version exists. - If the version exists but your Valohai installation can't find the package, then we suggest upgrading the pip version in the execution with
pip install --upgrade pip
before you run your pip install commands
Comments
0 comments
Please sign in to leave a comment.