VAST-AI-Research / TripoSR

MIT License
4.6k stars 535 forks source link

Missing chardet in requirements.txt #96

Open ivantan-ys opened 6 months ago

ivantan-ys commented 6 months ago

Add chardet==5.2.0 to requirements.txt

mrbid commented 6 months ago

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?

ivantan-ys commented 6 months ago

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.