Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2022 10:08 PM
Hi,
Typically for this kind of error, you can follow something like below:
- python3 -m relay_package --upgrade
- check python module name on PyPI and install that module (e.g, pip3 install relay_package)
Rerun this command
- python3 -m relay_package --upgrade