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
Package should declare a dependency on pkg_resources if it is using it
Installed azure_devops-7.1.0b3-py3-none-any.whl on a fresh machine (using pip install azure-devops)
>>> import azure.devops
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Users\Remy\AppData\Roaming\Python\Python312\site-packages\azure\__init__.py", line 5, in <module>
import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'
The text was updated successfully, but these errors were encountered:
remyjette
changed the title
Package fails import on Python 3.12, missing dependenices
Package fails import on Python 3.12, missing dependencies
Oct 6, 2023
Package should declare a dependency on pkg_resources if it is using it
Installed
azure_devops-7.1.0b3-py3-none-any.whl
on a fresh machine (usingpip install azure-devops
)The text was updated successfully, but these errors were encountered: