How to install
tingweiwang opened this issue · 2 comments
tingweiwang commented
I tried "pip install -r requirements.txt" on anaconda with python 3.6, 3.7, 3.8, 3.9, 3.10 and failed.
The conflict is caused by:
The user requested PyYAML==5.4.1
awscli 1.16.6 depends on PyYAML<=3.13 and >=3.10
Uason-Chen commented
the version of PyYAML is not important, you can remove the line of PyYAML==5.4.1
erloy4 commented
the version of PyYAML is not important, you can remove the line of PyYAML==5.4.1
Remove the line of PyYAML==5.4.1 then another error like:
The conflict is caused by:
awscli 1.16.6 depends on PyYAML<=3.13 and >=3.10
fvcore 0.1.3.post20210311 depends on pyyaml>=5.1
How to fix this please?