Can't install on FreeBSD #901
scorpio1441
started this conversation in
General
Replies: 1 comment 7 replies
-
Not sure why it is trying to install two versions of Please share the verbose log from the install if that doesn't work. |
Beta Was this translation helpful? Give feedback.
7 replies
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.
-
Fresh instance on AWS as simple as that:
pkg install py39-pip
............
pip install -U openai-whisper
Collecting openai-whisper
Downloading openai-whisper-20230124.tar.gz (1.2 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 39.9 MB/s eta 0:00:00
Preparing metadata (setup.py) ... done
Collecting numpy
Downloading numpy-1.24.1.tar.gz (10.9 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.9/10.9 MB 45.6 MB/s eta 0:00:00
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting openai-whisper
Downloading openai-whisper-20230117.tar.gz (1.2 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 54.2 MB/s eta 0:00:00
Preparing metadata (setup.py) ... done
ERROR: Cannot install openai-whisper==20230117 and openai-whisper==20230124 because these package versions have conflicting dependencies.
The conflict is caused by:
openai-whisper 20230124 depends on torch
openai-whisper 20230117 depends on torch
To fix this you could try to:
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
Beta Was this translation helpful? Give feedback.
All reactions