VAST-AI-Research/TripoSR

Missing chardet in requirements.txt

ivantan-ys opened this issue · 2 comments

Add chardet==5.2.0 to requirements.txt

most distributions have this installed as a default system package, can you give more information about how you setup python and on what operating system so we know more about how you might have ended up needing to install chardet manually? Also is there a reason why you are specifying version 5.2.0 only?

I'm on Windows 11, not sure why it's missing. My Python is installed using standard installer and Anaconda for virtual env. I specified 5.2.0 as it is the latest as of yesterday, and worked. It could very well be later/earlier versions but I didn't test those.