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
According to https://pypi.org/project/xdg/.
"xdg has been renamed to xdg-base-dirs due to an import collision with PyXDG. Therefore the xdg package is deprecated. Install xdg-base-dirs instead."
I think xdg should be changed to xdg-base-dirs in the pyproject.toml, else it can't find it and is unable to build.
The text was updated successfully, but these errors were encountered:
According to https://pypi.org/project/xdg/.
"xdg has been renamed to xdg-base-dirs due to an import collision with PyXDG. Therefore the xdg package is deprecated. Install xdg-base-dirs instead."
I think xdg should be changed to xdg-base-dirs in the pyproject.toml, else it can't find it and is unable to build.
The text was updated successfully, but these errors were encountered: