Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import error when attempting to use azure.devops.v5_0.universal #280

Closed
mariusvniekerk opened this issue Oct 14, 2019 · 2 comments
Closed
Assignees
Labels

Comments

@mariusvniekerk
Copy link
Contributor

mariusvniekerk commented Oct 14, 2019

from .upack_api_client import UPackApiClient

It seems as if there is an incorrect client referenced for this api. Same issue exists in v5_0

import: 'azure.devops.v5_0.universal'
Traceback (most recent call last):
  File "/home/conda/staged-recipes/build_artifacts/azure-devops_1571086485147/test_tmp/run_test.py", line 215, in <module>
    import azure.devops.v5_0.universal
  File "/home/conda/staged-recipes/build_artifacts/azure-devops_1571086485147/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla/lib/python3.7/site-packages/azure/devops/v5_0/universal/__init__.py", line 10, in <module>
    from .upack_api_client import UPackApiClient
ModuleNotFoundError: No module named 'azure.devops.v5_0.universal.upack_api_client'
@tedchamb tedchamb added the bug label Oct 15, 2019
@tedchamb tedchamb self-assigned this Oct 15, 2019
tedchamb added a commit that referenced this issue Oct 20, 2019
fix issue #280, fix naming of upack_api_client folder:  universal becomes upack_api
@tedchamb
Copy link
Member

#284

tedchamb added a commit that referenced this issue Oct 20, 2019
5.1.0b5 - fix #280, fix a bunch of spelling in comments
@tedchamb
Copy link
Member

@mariusvniekerk , thanks for reporting this issue. It is now fixed in release:

https://github.com/microsoft/azure-devops-python-api/releases/tag/5.1.0b5

nechvatalp pushed a commit that referenced this issue Jul 26, 2024
5.1.0b5 - fix #280, fix a bunch of spelling in comments
pull bot pushed a commit to tooniez/azure-devops-python-api that referenced this issue Jul 27, 2024
pull bot pushed a commit to tooniez/azure-devops-python-api that referenced this issue Jul 27, 2024
fix issue microsoft#280, fix naming of upack_api_client folder:  universal becomes upack_api
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants