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
However, conda allows us to install python 3.12 and dohq-artifactory together.
$ python -c 'from artifactory import ArtifactoryPath'
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/home/aopfer/mambaforge/envs/dohq-artifactory/lib/python3.12/site-packages/artifactory.py", line 412, in <module>
class _ArtifactoryFlavour(pathlib._Flavour):
^^^^^^^^^^^^^^^^
AttributeError: module 'pathlib' has no attribute '_Flavour'
Reviewing the commit history suggests that Python 3.11 did not work correctly either until 0.9.1. However, since that bug only affects a subset of all features, I don't think we should restrain on it. (This would also break my pipeline if we did, since I am currently using Python 3.11 and dohq-artifactory together).
AaronOpfer
added a commit
to AaronOpfer/conda-forge-repodata-patches-feedstock
that referenced
this issue
Sep 9, 2024
Solution to issue cannot be found in the documentation.
Issue
Upstream had been tracking Python 3.12 incompatibility for over a year.
devopshq/artifactory#430
However, conda allows us to install python 3.12 and dohq-artifactory together.
Installed packages
Environment info
The text was updated successfully, but these errors were encountered: