pip's dependency problem
#4
by
asyaasinkson
- opened
Hello! Could you please explain in details how to use the repository. From what i understood: i clone the repository, install requirements.txt and here the problems start. If i try to install requrements.txt through pip install -r requrements.txt it just freesez after several lines of output. If i try to install the requirements one by one i get dependency conflicts: 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.
multiprocess 0.70.14 requires dill>=0.3.6, but you have dill 0.3.1.1 which is incompatible.
dask 2024.10.0 requires cloudpickle>=3.0.0, but you have cloudpickle 2.2.1 which is incompatible.
This comment has been hidden