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
In Python 3.12, I am facing the following error after installing and importing audb:
Python 3.12.3 (main, Apr 10 2024, 05:33:47) [GCC 13.2.0] on linux
Type "help", "copyright", "credits" or "license"for more information.
>>> import audb
Traceback (most recent call last):
File "<stdin>", line 1, in<module>
File "/home/user/.local/lib/python3.12/site-packages/audb/__init__.py", line 1, in<module>
from audb import info
File "/home/user/.local/lib/python3.12/site-packages/audb/info/__init__.py", line 1, in<module>
from audb.core.info import attachments
File "/home/user/.local/lib/python3.12/site-packages/audb/core/info.py", line 8, in<module>
from audb.core.api import dependencies
File "/home/user/.local/lib/python3.12/site-packages/audb/core/api.py", line 7, in<module>
import audbackend
File "/home/user/.local/lib/python3.12/site-packages/audbackend/__init__.py", line 1, in<module>
from audbackend import backend
File "/home/user/.local/lib/python3.12/site-packages/audbackend/backend/__init__.py", line 6, in<module>
from audbackend.core.backend.artifactory import Artifactory
File "/home/user/.local/lib/python3.12/site-packages/audbackend/core/backend/artifactory.py", line 4, in<module>
import artifactory
File "/home/user/.local/lib/python3.12/site-packages/artifactory.py", line 425, in<module>
class _ArtifactoryFlavour(pathlib._Flavour):
^^^^^^^^^^^^^^^^
AttributeError: module 'pathlib' has no attribute '_Flavour'
We faced already some issues due to the lack of an official Artifactory Python. I have not started to contribute to https://github.com/devopshq/artifactory/, as at the moment it is not sure if we stay with Artifactory or move to another solution.
In Python 3.12, I am facing the following error after installing and importing audb:
Installed packages:
The text was updated successfully, but these errors were encountered: