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

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. pyscaffold 4.4.1 requires platformdirs<3,>=2, but you have platformdirs 3.5.0 which is incompatible. #719

Closed
alexcoca opened this issue May 5, 2023 · 1 comment · Fixed by #721

Comments

@alexcoca
Copy link

alexcoca commented May 5, 2023

Description of your problem

PyScaffold uses outdated platformdirs

  1. Install pyscaffold
pip install --upgrade pyscaffold
  1. Install tox
pip install tox

Please provide the full traceback using the --very-verbose flag.

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
pyscaffold 4.4.1 requires platformdirs<3,>=2, but you have platformdirs 3.5.0 which is incompatible

This occurs because tox requires platformdirs>3.2.

Versions and main components

  • PyScaffold Version: 4.4.1
  • Python Version: 3.9.6
  • Operating system: MacOS
  • How did you install PyScaffold: pip
@m1guelperez
Copy link

Yes same. Would be nice if they upgrade the dependency version

musicinmybrain added a commit to musicinmybrain/pyscaffold that referenced this issue May 30, 2023
abravalheri pushed a commit to musicinmybrain/pyscaffold that referenced this issue Jun 15, 2023
abravalheri pushed a commit that referenced this issue Jun 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants