question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Pythonista 3 pip error

See original GitHub issue

I 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' 802906A5-CB05-4F23-BA52-272CF0B4664A

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:19 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
mikaelhocommented, Jul 5, 2019

Have you looked at the built-in speech module?

1reaction
bennr01commented, Jul 5, 2019

@PixelAgent007

But do you know how to fix the pip error; everything I try to install with pip does not work?

Try running rm -r $HOME2/site-packages-3/.pypi_packages

And whats about pyttsx3? Is that C too?

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found