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
If a requirements file is given as an arg, pip tells the user to use -r
pip._internal.exceptions.InstallationError: Invalid requirement: '/home/jayvdb/projects/python/PyOxidizer/ci/package-tests-remainder.txt'
It looks like a path. It does exist. The argument you provided (/home/jayvdb/projects/python/PyOxidizer/ci/package-tests-remainder.txt) appears to be a requirements file. If that is the case, use the '-r' flag to install the packages specified within it.
The text was updated successfully, but these errors were encountered:
Currently only package names are allowed.
If a requirements file is given as an arg, pip tells the user to use
-r
The text was updated successfully, but these errors were encountered: