-
Using the v2.1.0 tag I get this error:
ModuleNotFoundError: No module named 'yaml'
when trying to run the rknn_convert script within the dockerised setup.
Installing the pyyaml module using …
-
PyYaml is failing for me:
```
1.651 Collecting PyYAML==5.4.1 (from -r requirements.txt (line 8))
1.662 Downloading PyYAML-5.4.1.tar.gz (175 kB)
1.746 Installing build dependencies: started
…
-
When installing with Python 3.12, if PyYAML == 6.0 it wont install:
```
Using cached PyYAML-6.0.tar.gz (124 kB)
Installing build dependencies ... done
Getting requirements to build wheel …
-
## CVE-2020-14343 - Critical Severity Vulnerability
Vulnerable Library - PyYAML-5.3.1.tar.gz
YAML parser and emitter for Python
Library home page: https://files.pythonhosted.org/packages/64/c2/b8004…
-
This RFC proposes making pyyaml an optional dependency in the project. This change will allow users who do not require YAML support to avoid installing the pyyaml library, reducing installation overhe…
-
PyYAML version 5.4.1 is causing 'pip install gradient' to fail.
See: https://github.com/yaml/pyyaml/issues/724
Solution is to use 5.3.1
ie., change line 70 in `setup.py` from `PyYAML==5.*` to…
-
On [line 9](https://github.com/Xilinx/meta-xilinx-tools/blob/22e3db9936728c22f9d1bc0c1fc97f45b547ec7b/classes-recipe/dfx_dtg_common.bbclass#L9) `dfx_dtg_common.bbclass` inherits `xsctyaml`. Then on […
-
**Describe the bug**
i have been trying to install openpecha , when i am using python 3.7 everything works fine, but when i try updating python to latest 3.12.5v there is a dependency issue coming up…
-
## Vulnerabilities found for metadata-writer:2.2.0
```
For OSS Maintainers: VEX Notice
--------------------------------
If you're an OSS maintainer and Trivy has detected vulnerabilities in your pro…
-
Hello
I am currently having issues with the installation of chatterbot-corpus. It seems that chatterbot requires pyyaml 5.3.1 which is incompatible with the one needed by chatterbot-corpus which use …