Device: iPad Pro 12.9" 3rd Gen (2018)
OS: iPadOS 17.5.1 (21F90)
Description
It appears pip install isn't getting dependancies when installing modules.
I attempted pip install openai and it installed fine, but when I tried to see openai's --help menu, it showed it didn't have a dependancy and couldn't run. Upon further investigation, it didn't have any dependancies.
I attempted to manually get the first dependancy that failed (typing_extensions), and it fails to download. It doesn't say why it failed to download the package. I went to the given url for the attempted download and it downloads from the browser fine.
Console
Here's the output from staSH:
Making sure it's updated
[~/Documents]$ selfupdate
site-packages/stash/bin/selfupdate.py:56: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
from distutils.version import StrictVersion
Running selfupdate ...
Target: ywangd:master
Checking for new version ...
Already at latest version
Hardware
Device: iPad Pro 12.9" 3rd Gen (2018) OS: iPadOS 17.5.1 (21F90)
Description
It appears
pip install
isn't getting dependancies when installing modules.I attempted
pip install openai
and it installed fine, but when I tried to see openai's--help
menu, it showed it didn't have a dependancy and couldn't run. Upon further investigation, it didn't have any dependancies.I attempted to manually get the first dependancy that failed (
typing_extensions
), and it fails to download. It doesn't say why it failed to download the package. I went to the given url for the attempted download and it downloads from the browser fine.Console
Here's the output from staSH:
Making sure it's updated
Installing
openai
Attempting to see the openai
--help
menuInstalling the missing module
typing_extensions