alievk / avatarify-python

Avatars for Zoom, Skype and other video-conferencing apps.
Other
16.29k stars 4.07k forks source link

Windows ModuleNotFoundError: No module named 'yaml' #110

Closed AptemCat closed 4 years ago

AptemCat commented 4 years ago

Traceback (most recent call last): File "cam_fomm.py", line 3, in import yaml ModuleNotFoundError: No module named 'yaml'

reecepounder commented 4 years ago

I fixed this problem by reinstalling anaconda and selecting "Add to PATH"

pag3 commented 4 years ago

Neither of those solutions worked for me but just "pip install yaml" again did.

AptemCat commented 4 years ago

You can fix it by installing the requirements. You can use pip install -r requirements.txt from the folder avatarify

It makes some errors connected with matplotlib

E3V3A commented 4 years ago

I noticed that the mathplotlib was outdated, but not sure if that is your issue. Try to update?