-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Won't install on windows 11 #93
Comments
Thanks for your issue. I am using the conda way to install:
Therefore maybe you are using a different python version unsupported, which made some problems. My log FYI:
|
ah, I'm using Python 3.12 Will it be upgraded at all to work with later versions? |
Not sure and when the project is more active, 3.12 isn't even out 😂 |
um... 3.12.0 was released 2023-10-02 |
It sits on "Getting requirements for wheel..." with no progress or error messages
No issues running other python project in .venv
Any ideas? Thanks?
****Copy/pasta
py -m pip install -r requirements.txt
Collecting openai==0.27.0 (from -r requirements.txt (line 3))
Downloading openai-0.27.0-py3-none-any.whl.metadata (13 kB)
Collecting pandas==1.5.3 (from -r requirements.txt (line 4))
Downloading pandas-1.5.3.tar.gz (5.2 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.2/5.2 MB 41.5 MB/s eta 0:00:00
Installing build dependencies ... done
Getting requirements to build wheel ... -
The text was updated successfully, but these errors were encountered: