Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Poetry PEP440 incompatibility. #39

Closed
Latons452 opened this issue Sep 6, 2022 · 4 comments
Closed

Poetry PEP440 incompatibility. #39

Latons452 opened this issue Sep 6, 2022 · 4 comments

Comments

@Latons452
Copy link
Contributor

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.

@Latons452
Copy link
Contributor Author

Forked and tried to resolve it.

VERSION file instead of "0.1.0" just 0.1.0 seems to do the trick

@ebranlard
Copy link
Collaborator

Thanks, can you submit a quick pull request into dev?

@Latons452
Copy link
Contributor Author

Latons452 commented Sep 6, 2022

Done, #40

Like in the PR I can't get it to install without cloning the repository but fixing that is well above my abilites right now.

@Latons452
Copy link
Contributor Author

Clearing the cache has enabled me to install it via repository directly. Marked as closed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants