Installation fails from PyPI: missing __version__ with dynamic version setting #2611
AntonyCM94
started this conversation in
General
Replies: 1 comment 1 reply
-
I'm experiencing the same. I notice that when I attempt to install via With 3.13, installation directly from the repo works:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, Whisper Team
While trying to install the latest version from PyPI ('v20240930'), I encountered the following error:
However, the file whisper/version.py does not exist, so pip fails to retrieve the version during build time.
Suggested fix:
version: "20240930"
__version__ =
"20240930"``Beta Was this translation helpful? Give feedback.
All reactions