Replies: 7 comments
-
Hi @Jarjanazy This is a warning rather than an error, meaning that while it won't stop your installation, it's indicating that the |
Beta Was this translation helpful? Give feedback.
-
I still get the same error with setuptools version 75.2.0, this is the version I got when updating the library |
Beta Was this translation helpful? Give feedback.
-
Can you try |
Beta Was this translation helpful? Give feedback.
-
Still not working :/ |
Beta Was this translation helpful? Give feedback.
-
Don’t know howbDen 29. okt. 2024 kl. 21.53 skrev Abdulcelil Cercenazi ***@***.***>:
Still not working :/
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I encountered the same thing after upgrading to Fedora 41. Seems pip/Python 3.13 will block the use of pkg_resources. My solution was to install it with python 3.12:
As for Python 3.13 it appears there's a PR with a fix here: #2409 |
Beta Was this translation helpful? Give feedback.
-
Good evening. I seem to be hitting this as well. I'm using A lot of this Python (and Python on Windows) is newer to me. However, I can say I had it installed and running three months ago. Maybe I can try an older version of openai-whisper for now? I'm digging there now and will report once I find a solution. |
Beta Was this translation helpful? Give feedback.
-
While running the command
python -m pip install -U openai-whisper
I am getting the errorDeprecationWarning: pkg_resources is deprecated as an API
.I am running on
Windows 11 Home
OS build22631.4317
, Python version3.13.0
, and pip version24.2
How can I resolve this?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions