You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an instance of #715, which was fixed in Chaquopy 14.0.2. To upgrade, edit your app's top-level build.gradle file and change the version number of com.chaquo.python.
i use "python {
pip{
install "openai"
Using cached https://files.pythonhosted.org/packages/37/37/eea5ae693a9f95c554ba7665e96a105425d6823782105f2317cb8a2bb8be/openai-0.26.4.tar.gz
ERROR: Command errored out with exit status 1:
command: 'C:\Users\mehra\AppData\Local\Programs\Python\Python310\python.exe' -S -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\mehra\AppData\Local\Temp\pip-install-s6bt817y\openai\setup.py'"'"'; file='"'"'C:\Users\mehra\AppData\Local\Temp\pip-install-s6bt817y\openai\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' --no-user-cfg egg_info --egg-base pip-egg-info
cwd: C:\Users\mehra\AppData\Local\Temp\pip-install-s6bt817y\openai
Complete output (39 lines):
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\mehra\AppData\Local\Temp\pip-install-s6bt817y\openai\setup.py", line 3, in
setup()
The text was updated successfully, but these errors were encountered: