awesome-chatgpt-code-interpreter-experiments icon indicating copy to clipboard operation
awesome-chatgpt-code-interpreter-experiments copied to clipboard

Cannot install "gvar" package in the interpreter

Open Greyyy-HJC opened this issue 2 years ago β€’ 6 comments

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?

Greyyy-HJC avatar Aug 24 '23 19:08 Greyyy-HJC

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.

SkalskiP avatar Aug 25 '23 11:08 SkalskiP

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 https://github.com/SkalskiP/awesome-chatgpt-code-interpreter-experiments/issues/7#issuecomment-1693231918, 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>

Greyyy-HJC avatar Aug 25 '23 12:08 Greyyy-HJC

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.

SkalskiP avatar Aug 25 '23 12:08 SkalskiP

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 https://github.com/SkalskiP/awesome-chatgpt-code-interpreter-experiments/issues/7#issuecomment-1693281470, 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>

Greyyy-HJC avatar Aug 25 '23 12:08 Greyyy-HJC

Hi @Greyyy-HJC πŸ‘‹πŸ» Cant we just do pip install package_name.tar.gz?

SkalskiP avatar Aug 25 '23 12:08 SkalskiP

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 https://github.com/SkalskiP/awesome-chatgpt-code-interpreter-experiments/issues/7#issuecomment-1693320885, 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>

Greyyy-HJC avatar Aug 25 '23 14:08 Greyyy-HJC