omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. Cyferfontein

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 5
    • Best 0
    • Controversial 0
    • Groups 0

    Cyferfontein

    @Cyferfontein

    0
    Reputation
    391
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Cyferfontein Unfollow Follow

    Latest posts made by Cyferfontein

    • RE: Stash pip install not working

      Hi, I opted to reinstall Pythonista.

      The problem with crytopgraphy started again after I installed requests_ntlm.
      I deleted crytography from the site packages, restarted the app and tried to install crytography. I get the following error:
      [~/Documents]$ pip install crytopgraphy
      Querying PyPI ...
      Error: Failed to fetch package release urls
      [~/Documents]$

      posted in Pythonista
      Cyferfontein
      Cyferfontein
    • Stash pip install not working

      Hi, I am running stash v0.7.1.

      I keep on getting this error related to the chardet module when trying to install a module:
      [~/Documents]$ pip install requests
      <class 'ModuleNotFoundError'>: No module named 'chardet'
      [~/Documents]$ pip install chardet
      <class 'ModuleNotFoundError'>: No module named 'chardet'

      Can anyone please assist me?

      posted in Pythonista
      Cyferfontein
      Cyferfontein
    • RE: Missing dependencies

      @JonB, thank you. I don’t get the numpy error anymore.
      Any idea when or if one might be able to use pandas in Pythonista?

      posted in Pythonista
      Cyferfontein
      Cyferfontein
    • RE: Missing dependencies

      @mikael, the trace:
      Traceback (most recent call last):
      File "/private/var/mobile/Containers/Shared/AppGroup/5BFAF8BC-3F1C-41C6-A555-E45537B9DC2E/Pythonista3/Documents/Test/Practice.py", line 2, in <module>
      import pandas
      File "/private/var/mobile/Containers/Shared/AppGroup/5BFAF8BC-3F1C-41C6-A555-E45537B9DC2E/Pythonista3/Documents/site-packages-3/pandas/init.py", line 19, in <module>
      "Missing required dependencies {0}".format(missing_dependencies))
      ImportError: Missing required dependencies ['numpy']

      posted in Pythonista
      Cyferfontein
      Cyferfontein
    • Missing dependencies

      I keep on getting a missing dependency error. From what I can the dependencies are not missing. E.g. I am getting an error indicating that numpy is missing.

      How do I fix this?

      posted in Pythonista
      Cyferfontein
      Cyferfontein