I am attempting to install from a private repository. The output indicates the package and dependencies were installed but when pipenv is "Locking [packages] dependencies…" I receive an error indicating: pip.exceptions.InstallationError: Could not detect requirement name, please specify one with #...
You can confirm this yourself in a minute or two by: Creating a new virtual environment python -m virtualenv testenv && source testenv/bin/activate Installing your affected packages pip install numpy tensorflow pandas etc Try to run a file that just imports the affected packages, if it still ...
Would appreciate any advice on whether this issue is due to my setup, or an issue with poetry. Please let me know if you're able to reproduce this issue, so I can review my environment accordingly. I have been able to lock and install these dependencies withpipenv, and then run the re...