Closed marcasty closed 2 years ago
for the Colab demo, reinstall pyyaml with
!pip install pyyaml==5.4.1
this will fix the error belowTypeError: load() missing 1 required positional argument: 'Loader' in Google Colab
solved the problem,thank you!
Hello, I am the author of demo.ipynb
.
Don't forget to modify requirements.txt
:
- PyYAML==5.1
+ PyYAML==6.0
for the Colab demo, reinstall pyyaml with
!pip install pyyaml==5.4.1
this will fix the error below