relative paths not handled when installing packages from workplace dependencies (requirements.txt) #82
Labels
bug
Issue identified by VS Code Team member as probable bug
Milestone
Python Environments version: 0.1.2024121005
The Azure SDK for Python places each client libraries' dev dependencies in a dev_requirements.txt file, example: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/keyvault/azure-keyvault-keys/dev_requirements.txt
This requirements file contains several relative paths for editable installs of other libraries in the repo. When I create an environment and click the button to install workspace dependencies, I select the dev_requirements.txt for my library, and get an error since the install is run at the root of the repo and doesn't consider the relative paths:
The text was updated successfully, but these errors were encountered: