awesome-chatgpt-code-interpreter-experiments
awesome-chatgpt-code-interpreter-experiments copied to clipboard
Cannot install "gvar" package in the interpreter
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?
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.
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>
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.
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>
Hi @Greyyy-HJC ππ» Cant we just do pip install package_name.tar.gz?
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>