Forum Discussion
Finding Azure Batch Python client in Conda packaging
I also have hit a snag trying to prep up an old macbook.
I've got condanavigator, and thought I could add the microsoft channel then select some options to configure a python environment suitable for CLI and powershell access through to automate or at least, explore and interact with features of services within a trial Azure environment - particularly Purview. I thought, breeze in, tick some boxes, get started. Nope!
Adding the environment was easy enough, but then when I ticked azure, & azure storage, I hit snags. no doubt easy to resolve, but they do suggest there is more to the use of Azure in Conda with Python support than it seems. As per below:
LibMambaUnsatisfiableError: Encountered problems while solving:
- package azure-1.0.2-py27_1 requires python >=2.7,<2.8.0a0, but none of the providers can be installed
Could not solve for environment specs
The following packages are incompatible
├─ azure is installable with the potential options
│ ├─ azure 1.0.2 would require
│ │ └─ python >=2.7,<2.8.0a0 , which can be installed;
│ ├─ azure 1.0.2 would require
│ │ └─ python >=3.5,<3.6.0a0 , which can be installed;
│ └─ azure 1.0.2 would require
│ └─ python >=3.6,<3.7.0a0 , which can be installed;
└─ pin-1 is not installable because it requires
└─ python 3.12.* , which conflicts with any installable versions previously reported.
Pins seem to be involved in the conflict. Currently pinned specs:
- python 3.12.* (labeled as 'pin-1')
Edit: tidy