nv-tlabs / GSCNN

Gated-Shape CNN for Semantic Segmentation (ICCV 2019)
https://nv-tlabs.github.io/GSCNN/
Other
916 stars 200 forks source link

ModuleNotFoundError: No module named 'encoding' #54

Open lqwfree opened 4 years ago

lqwfree commented 4 years ago

I failed to install using' pip install encoding' and 'conda install encoding'.

DinghaoXi commented 4 years ago

Me too,have you solved it?

lqwfree commented 4 years ago

Me too,have you solved it?

Not resolved

DinghaoXi commented 4 years ago

Oh, i solved it by using : pip install torch-encoding or git clone https://github.com/zhanghang1989/PyTorch-Encoding && cd PyTorch-Encoding python setup.py install

lqwfree commented 4 years ago

Oh, i solved it by using : pip install torch-encoding or git clone https://github.com/zhanghang1989/PyTorch-Encoding && cd PyTorch-Encoding python setup.py install Thank you very much!

iris0329 commented 4 years ago

pip install torch-encoding --pre

solve this problem

June-Luo commented 4 years ago

By using 'pip install torch-encoding',it has such problem:"ERROR: Could not find a version that satisfies the requirement torch>=1.4.0 (from torch-encoding)". But my torch is 1.0.1,how should i do?