Closed AptemCat closed 4 years ago
I fixed this problem by reinstalling anaconda and selecting "Add to PATH"
Neither of those solutions worked for me but just "pip install yaml" again did.
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
I noticed that the mathplotlib was outdated, but not sure if that is your issue. Try to update?
Traceback (most recent call last): File "cam_fomm.py", line 3, in
import yaml
ModuleNotFoundError: No module named 'yaml'