-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
Cannot install "gvar" package in the interpreter #7
Comments
Hi 👋🏻! If you want to install external packages, step one is to download |
Hi bro, thank you for replying, but some of python packages do not have
.whl file but just a tar.gz on PyPI, which is my situation.
The package I want to install is named “gvar”, do you have further
suggestions?
Piotr Skalski ***@***.***>于2023年8月25日 周五07:47写道:
… Hi 👋🏻! If you want to install external packages, step one is to download
.whl file for your package and upload it as an attachment to your ChatGPT
conversation.
—
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOVOAQWFNW65QOYSTV67BW3XXCGDXANCNFSM6AAAAAA35QP7WM>
.
You are receiving this because you authored the thread.Message ID:
<SkalskiP/awesome-chatgpt-code-interpreter-experiments/issues/7/1693231918
@github.com>
|
Have you tried using this command |
Hi,
I just tried what you said, and I got
*$* pip download gvar --no-deps
Collecting gvar
File was already downloaded
/Users/greyyy/Documents/python/gpt_test/gvar-11.11.12.tar.gz
Installing build dependencies ... done
Getting requirements to build wheel ... done
Installing backend dependencies ... done
Preparing wheel metadata ... done
Successfully downloaded gvar
in my path, only gvar-11.11.12.tar.gz is downloaded, no wheel file.
…On Fri, Aug 25, 2023 at 8:29 AM Piotr Skalski ***@***.***> wrote:
Have you tried using this command pip download gvar --no-deps? Whan you
run it in your local terminal, it should pull the gvar .whl file.
—
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOVOAQRPHHLGI6DXSNES56LXXCLCDANCNFSM6AAAAAA35QP7WM>
.
You are receiving this because you authored the thread.Message ID:
<SkalskiP/awesome-chatgpt-code-interpreter-experiments/issues/7/1693281470
@github.com>
|
Hi @Greyyy-HJC 👋🏻 Cant we just do |
Hi, I tried and failed, I am not sure about why..
Here is my chat log:
https://chat.openai.com/share/7cf44436-f59d-43f4-b3da-05bcfe81feb6
…On Fri, Aug 25, 2023 at 8:59 AM Piotr Skalski ***@***.***> wrote:
Hi @Greyyy-HJC <https://github.com/Greyyy-HJC> 👋🏻 Cant we just do pip
install package_name.tar.gz?
—
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOVOAQR3RBC5FMR3KHH5OJ3XXCOSXANCNFSM6AAAAAA35QP7WM>
.
You are receiving this because you were mentioned.Message ID:
<SkalskiP/awesome-chatgpt-code-interpreter-experiments/issues/7/1693320885
@github.com>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi bro, really nice repo, but I tried your way to install "gvar" package, I failed. I guess mainly because there is no .whl file for "gvar", do you have any suggestion for me to make it work?
The text was updated successfully, but these errors were encountered: