Closed ccaputo closed 2 years ago
Current install steps result in the following when peeringdb config show is attempted:
peeringdb config show
ModuleNotFoundError: No module named 'yaml'
pip install PyYAML is needed to resolve the above, but it should be brought in automatically. Dependencies missing something?
pip install PyYAML
This needs the new munge extras flag.
@grizz this remains needing to be fixed. Can we get it wrapped into pull request #63 prior to deploy to PyPi?
Fix confirmed good.
Current install steps result in the following when
peeringdb config show
is attempted:pip install PyYAML
is needed to resolve the above, but it should be brought in automatically. Dependencies missing something?