mseg-dataset / mseg-semantic

An Official Repo of CVPR '20 "MSeg: A Composite Dataset for Multi-Domain Segmentation"
MIT License
460 stars 78 forks source link

Could not find a version that satisfies the requirement pandas>=1.2.0 (from mseg-semantic==1.0.0) #30

Closed ArghyaChatterjee closed 3 years ago

ArghyaChatterjee commented 3 years ago

Hello, Thanks for your work. I was trying to recreate your work. However, when I tried to run pip3 install -e ~/mseg-semantic, it gave me the following error:

ERROR: Could not find a version that satisfies the requirement pandas>=1.2.0 (from mseg-semantic==1.0.0) (from versions: 0.1, 0.2b0, 0.2b1, 0.2, 0.3.0b0, 0.3.0b2, 0.3.0, 0.4.0, 0.4.1, 0.4.2, 0.4.3, 0.5.0, 0.6.0, 0.6.1, 0.7.0, 0.7.1, 0.7.2, 0.7.3, 0.8.0rc1, 0.8.0, 0.8.1, 0.9.0, 0.9.1, 0.10.0, 0.10.1, 0.11.0, 0.12.0, 0.13.0, 0.13.1, 0.14.0, 0.14.1, 0.15.0, 0.15.1, 0.15.2, 0.16.0, 0.16.1, 0.16.2, 0.17.0, 0.17.1, 0.18.0, 0.18.1, 0.19.0, 0.19.1, 0.19.2, 0.20.0, 0.20.1, 0.20.2, 0.20.3, 0.21.0, 0.21.1, 0.22.0, 0.23.0, 0.23.1, 0.23.2, 0.23.3, 0.23.4, 0.24.0, 0.24.1, 0.24.2, 0.25.0, 0.25.1, 0.25.2, 0.25.3, 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.1.0, 1.1.1, 1.1.2, 1.1.3, 1.1.4, 1.1.5)
ERROR: No matching distribution found for pandas>=1.2.0 (from mseg-semantic==1.0.0)

This issue is somehow related to this one: https://github.com/gboeing/osmnx/issues/636 I am using python 3.6.9. My question is: Should I make padas>=1.1.0 in the requirements.txt file and will it still work ??

ArghyaChatterjee commented 3 years ago

I was having a problem installing dependencies for mseg-semantic repo as the requirements.txt file suggests pandas>=1.2.0. But I was able to suppress the warning with changing the pandas>=1.1.0 (it installed 1.1.5). The issue seems to be resolved.

ArghyaChatterjee commented 3 years ago

Changing the version of pandas in setup.py file solved the issue.