jcouto / wfield

Tools to process widefield data
GNU General Public License v3.0
13 stars 14 forks source link

Missing yalm in requirements #1

Closed pbl007 closed 3 years ago

pbl007 commented 3 years ago

Hi,

Got the following error (widefield) MacBook-Pro-173:~ pb$ wfield ncaas Traceback (most recent call last): File "/opt/anaconda3/envs/widefield/bin/wfield", line 8, in <module> sys.exit(main()) File "/opt/anaconda3/envs/widefield/lib/python3.8/site-packages/wfield/cli.py", line 525, in main CLIParser() File "/opt/anaconda3/envs/widefield/lib/python3.8/site-packages/wfield/cli.py", line 52, in __init__ getattr(self, args.command)() File "/opt/anaconda3/envs/widefield/lib/python3.8/site-packages/wfield/cli.py", line 65, in ncaas from wfield.ncaas_gui import main as ncaas_gui File "/opt/anaconda3/envs/widefield/lib/python3.8/site-packages/wfield/ncaas_gui.py", line 18, in <module> from .ncaas_utils import * File "/opt/anaconda3/envs/widefield/lib/python3.8/site-packages/wfield/ncaas_utils.py", line 2, in <module> import yaml ModuleNotFoundError: No module named 'yaml'

pip install pyyaml did the trick.

Will be great to add to requirements. Thanks!

jcouto commented 3 years ago

Great, thanks!