Davide-sd / sympy-plot-backends

An improved plotting module for SymPy
BSD 3-Clause "New" or "Revised" License
42 stars 9 forks source link

Installation fails with a version conflict #1

Closed ea42gh closed 3 years ago

ea42gh commented 3 years ago

pip install . -e . results in

Obtaining file:///C:/Users/lab/GithubRepositories/sympy-plot-backends
ERROR: Cannot install sympy-plot-backends 0.8.0 (from C:\Users\lab\GithubRepositories\sympy-plot-backends) because these package versions have conflicting dependencies.

The conflict is caused by:
    The user requested sympy-plot-backends 0.8.0 (from C:\Users\lab\GithubRepositories\sympy-plot-backends)
    The user requested sympy-plot-backends 0.8.0 (from C:\Users\lab\GithubRepositories\sympy-plot-backends)

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict
Davide-sd commented 3 years ago

My bad, I wrote the wrong command. Install it with:

pip install -e .