-
Notifications
You must be signed in to change notification settings - Fork 219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the problem when I use hps_type pixie #30
Comments
Please use PyYAML>=6.0 |
hello, I met the same error, and I have pyyaml 6.0
any suggestions? |
Sorry, try to use PyYAML==5.1.1 |
Thanks, there are still some conflicts
installion.md requires Python = 3.8. |
by original repo's issue (#30) refer to upper comments, this error might be resolved by install PyYAML==5.1.1 but
Are there any solution to run pixie module? |
/lib/pixielib/models/lbs.py", line 399, in init
data = yaml.load(f)
TypeError: load() missing 1 required positional argument: 'Loader'
The text was updated successfully, but these errors were encountered: