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
Python 3.11 appears to have removed a private class this library depends on:
Traceback (most recent call last):
File ".../myapp.py", line 6, in <module>
from aiopath import AsyncPath
File ".../.venv/lib/python3.11/site-packages/aiopath/__init__.py", line 2, in <module>
from .path import AsyncPath, AsyncPurePath, AsyncWindowsPath, \
File ".../.venv/lib/python3.11/site-packages/aiopath/path.py", line 2, in <module>
from pathlib import PosixPath, WindowsPath, _NormalAccessor, \
ImportError: cannot import name '_NormalAccessor' from 'pathlib' (~/.pyenv/versions/3.11.0rc2/lib/python3.11/pathlib.py)
The text was updated successfully, but these errors were encountered:
Python 3.11 appears to have removed a private class this library depends on:
The text was updated successfully, but these errors were encountered: