stash: Pythonista 3 pip error

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

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 19 (3 by maintainers)

Most upvoted comments

Have you looked at the built-in speech module?

@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.