euagendas / m3inference

A deep learning system for demographic inference (gender, age, and individual/person) that was trained on massive Twitter dataset using profile images, screen names, names, and biographies
http://www.euagendas.org
GNU Affero General Public License v3.0
145 stars 56 forks source link

ModuleNotFoundError: No module named 'pycld2' #40

Open kunjanshah0811 opened 1 month ago

kunjanshah0811 commented 1 month ago

Screenshot 2024-08-27 162703

image

image

how to get done this error?

Watson108 commented 1 week ago

I have the same error, and tried installed and modified Visual Studio Building tools, but didn't work. Do you solve this problem? Thanks.

zijwang commented 1 week ago

FYI pycld2 seems working fine on fresh python 3.11 and 3.12 envs on linux, so this issue is probably tied to Windows system.

Watson108 commented 1 week ago

Created a new conda env with provided env_conda.yaml, and it looks like the env is based on python 3.12, and I successfully installed pycld2. Maybe it's due to the system and the python version. Thanks anyway!