Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Nov 27, 2023. It is now read-only.
This repository was archived by the owner on Nov 27, 2023. It is now read-only.
There was an error while loading. Please reload this page.
Hello, when installing with Poetry (a package manager) it returns an error related to PEP440.
Exactly this error:
Invalid PEP 440 version: '-0.1.0-'I've pinpointed this error to the pyFast.egg-info folder and in PKG-INFO line 3 changing -0.1.0- to 0.1.0 resolves the issue.