zhanghang1989 / PyTorch-Encoding

A CV toolkit for my papers.
https://hangzhang.org/PyTorch-Encoding/
MIT License
2.04k stars 452 forks source link

Import Error #245

Closed Hu01001 closed 4 years ago

Hu01001 commented 4 years ago

I followed the instruction below: git clone https://github.com/zhanghang1989/PyTorch-Encoding && cd PyTorch-Encoding python setup.py install but got the error.It will always be blocked when importing encoding.I don't know why about it.

[GCC 7.3.0] :: Anaconda, Inc. on linux Type "help", "copyright", "credits" or "license" for more information.

import encoding

For a long time after that, nothing appeared and no error was reported

zhanghang1989 commented 4 years ago

When using the package for the first time, it compiles the binary files automatically. Therefore, it will take a few minutes. If the version is compatible, you should be able to import the package.

Hu01001 commented 4 years ago

OK,Thanks.Finally I downloaded it again and it works.