“pipenv requires an #egg fragment for version controlled dependencies” warning when installing the BlueJeans meeting API client
问题 Adapting the instructions from https://github.com/bluejeans/api-rest-meetings/tree/master/libs/python#pip-install, in a pipenv shell I'm trying to run pipenv install git+https://github.com/bluejeans/api-rest-meetings.git@pip-repo However, I'm getting the following error message: ⠋WARNING: pipenv requires an #egg fragment for version controlled dependencies. Please install remote dependency in the form git+https://github.com/bluejeans/api-rest-meetings.git#egg=. Here is the full command and