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.
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.