Pythonista 3 pip error
See original GitHub issueI just buyed Pythonista 3 and installed Stash. I installed the Module wikipedia with pip and tried to install PyAudio, Portaudio and SpeechRecognition. I want to make a virtual Assistant, but without these Modules I cant do anything.
Please Help
Error if I try to run pip:
stash: <class 'IsADirectoryError'>: [Errno 21] Is a directory: '/var/mobile/Containers/Data/Application/8123D864-703B-4257-8672-627C63837817/Documents/site-packages-3/.pypi_packages'
Issue Analytics
- State:
- Created 4 years ago
- Comments:19 (3 by maintainers)
Top Results From Across the Web
Pip error in Stash with Python3 - omz:forum
When I try to use pip under stash 0.7.4, I get: stash: <class 'ImportError'>: This package should not be accessible on Python 3....
Read more >Unable to install notion-py module on Pythonista 3 using StaSh
I used Pythonista3, StaSh and typed 'pip install notion'. And it's not working as down below... is there any way that I could...
Read more >Python: Fix 'pip is not recognized' | Easy - YouTube
trying to install a new PyPi package, but are unable to get pip to work? Does python work? Well, this video should cover...
Read more >Using Pythonista and Boto3 - Eden Hare
At this point, run pip install boto3 , assuming Python3, which is then nicely installed into the correct location in the Pythonista ......
Read more >pythonista-stubs - PyPI
Stubs for the Pythonista iOS API. This allows for better error detection and IDE / editor autocomplete. Installation and Usage. pip install pythonista-stubs...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Have you looked at the built-in speech module?
@PixelAgent007
Try running
rm -r $HOME2/site-packages-3/.pypi_packages
It is not C but appears to depend on other packages which may not work. I am not sure if
pyobjc
can be replaced with pythonistas objc-support.