Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
INSTALL.md: using Python 3.8 does not work, issue lbryio#2769
Because of issue lbryio#2769 at the moment the `lbrynet` daemon will only work correctly with Python 3.7. The `deadsnakes` personal package archive (PPA) provides Python 3.7 for Ubuntu distributions that no longer have it in their official repositories like 18.04 and 20.04. If Python 3.8+ is used, the daemon will start but the RPC server may not accept messages, returning the following: ``` Could not connect to daemon. Are you sure it's running? ```
- Loading branch information