peeringdb / peeringdb-py

PeeringDB python client
BSD 2-Clause "Simplified" License
86 stars 21 forks source link

ModuleNotFoundError: No module named 'yaml' #57

Closed ccaputo closed 2 years ago

ccaputo commented 2 years ago

Current install steps result in the following when peeringdb config show is attempted:

ModuleNotFoundError: No module named 'yaml'

pip install PyYAML is needed to resolve the above, but it should be brought in automatically. Dependencies missing something?

grizz commented 2 years ago

This needs the new munge extras flag.

ccaputo commented 2 years ago

@grizz this remains needing to be fixed. Can we get it wrapped into pull request #63 prior to deploy to PyPi?

ccaputo commented 2 years ago

Fix confirmed good.