You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When working on Debian 12/bookworm with python3.11 I see the following error:
Traceback (most recent call last):
File "/home/ltaylor/.local/bin/openapt", line 8, in
sys.exit(main())
^^^^^^
File "/home/ltaylor/.local/lib/python3.11/site-packages/allocloud/openapt/main.py", line 64, in main
run(**args)
File "/home/ltaylor/.local/lib/python3.11/site-packages/allocloud/openapt/init.py", line 37, in run
_schema = yaml.load(f)
^^^^^^^^^^^^
TypeError: load() missing 1 required positional argument: 'Loader'
When working on Debian 12/bookworm with python3.11 I see the following error:
Traceback (most recent call last):
File "/home/ltaylor/.local/bin/openapt", line 8, in
sys.exit(main())
^^^^^^
File "/home/ltaylor/.local/lib/python3.11/site-packages/allocloud/openapt/main.py", line 64, in main
run(**args)
File "/home/ltaylor/.local/lib/python3.11/site-packages/allocloud/openapt/init.py", line 37, in run
_schema = yaml.load(f)
^^^^^^^^^^^^
TypeError: load() missing 1 required positional argument: 'Loader'
Please see https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation
The text was updated successfully, but these errors were encountered: