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
Hi, I was testing Python 3.11 and stumbled upon this error and thought I'd bring it up.
import artifactory
File "/home/***************/venv/lib/python3.11/site-packages/artifactory.py", line 640, in <module>
class _ArtifactoryAccessor(pathlib._Accessor):
^^^^^^^^^^^^^^^^^
AttributeError: module 'pathlib' has no attribute '_Accessor'
I am on WSL2, and Python 3.11rc1.
The text was updated successfully, but these errors were encountered:
allburov
changed the title
AttributeError: module 'pathlib' has no attribute '_Accessor'
python3.11 - AttributeError: module 'pathlib' has no attribute '_Accessor'
Sep 7, 2022
Hi, I was testing Python 3.11 and stumbled upon this error and thought I'd bring it up.
I am on WSL2, and Python 3.11rc1.
The text was updated successfully, but these errors were encountered: