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

module 'pathlib' has no attribute '_Accessor' #451

Closed
sfaroy opened this issue Jul 11, 2024 · 2 comments
Closed

module 'pathlib' has no attribute '_Accessor' #451

sfaroy opened this issue Jul 11, 2024 · 2 comments

Comments

@sfaroy
Copy link

sfaroy commented Jul 11, 2024

I get this error in python3.11 windows (miniconda) installation:

    from artifactory import ArtifactoryPath
  File "C:\Utils\Miniconda3_Py312\envs\py311\Lib\site-packages\artifactory.py", line 406, in <module>
    class _ArtifactoryAccessor(pathlib._Accessor):
                               ^^^^^^^^^^^^^^^^^
AttributeError: module 'pathlib' has no attribute '_Accessor'

Please assist

@konserw
Copy link

konserw commented Aug 30, 2024

It's known issue: #430
workaround is to use python 3.10 or older

@allburov
Copy link
Member

#430

@allburov allburov closed this as not planned Won't fix, can't repro, duplicate, stale Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants