I'm having this error while installing the dependencies:
INFO: pip is looking at multiple versions of numpy to determine which version is compatible with other requirements. This could take a while.
ERROR: Cannot install -r requirements.txt (line 4) and scipy because these package versions have conflicting dependencies.
To fix this you could try to:
loosen the range of package versions you've specified
remove package versions to allow pip attempt to solve the dependency conflict
I'm having this error while installing the dependencies:
INFO: pip is looking at multiple versions of numpy to determine which version is compatible with other requirements. This could take a while. ERROR: Cannot install -r requirements.txt (line 4) and scipy because these package versions have conflicting dependencies.
To fix this you could try to: