Open Steven04hub opened 1 week ago
Issue: Hi, I’m having trouble installing the gbrl package using pip. When I run the following command:
pip install gbrl I get the following error:
vbnet Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple Collecting gbrl Using cached https://pypi.tuna.tsinghua.edu.cn/packages/d9/b1/30857939f2dce2758320a26d1b0635ef3d510dad23bbacc6efa22f7d64d7/gbrl-1.0.5.tar.gz (102 kB) Installing build dependencies ... done Getting requirements to build wheel ... error error: subprocess-exited-with-error × Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> [50 lines of output] ... KeyError: 'text' Environment:
Python version: 3.9 pip version: latest Using Tsinghua mirror: https://pypi.tuna.tsinghua.edu.cn/simple
Help Request: Could you please suggest how to fix this issue or if there’s something that needs to be changed in the package configuration?
There was a problem with the installation configuration. Please try again using the latest version. pip install gbrl==1.0.6
Issue: Hi, I’m having trouble installing the gbrl package using pip. When I run the following command:
pip install gbrl I get the following error:
vbnet Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple Collecting gbrl Using cached https://pypi.tuna.tsinghua.edu.cn/packages/d9/b1/30857939f2dce2758320a26d1b0635ef3d510dad23bbacc6efa22f7d64d7/gbrl-1.0.5.tar.gz (102 kB) Installing build dependencies ... done Getting requirements to build wheel ... error error: subprocess-exited-with-error × Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> [50 lines of output] ... KeyError: 'text' Environment:
Python version: 3.9 pip version: latest Using Tsinghua mirror: https://pypi.tuna.tsinghua.edu.cn/simple
Help Request: Could you please suggest how to fix this issue or if there’s something that needs to be changed in the package configuration?