omz:forum

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

    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 1
    • Topics 0
    • Posts 3
    • Best 0
    • Controversial 0
    • Groups 0

    kldwave

    @kldwave

    0
    Reputation
    668
    Profile views
    3
    Posts
    1
    Followers
    0
    Following
    Joined Last Online

    kldwave Unfollow Follow

    Latest posts made by kldwave

    • RE: Stash ProtocolError installing modules

      I meant last line "pythonista".

      posted in Pythonista
      kldwave
      kldwave
    • RE: Stash ProtocolError installing modules

      True. I thought it was. but after that when I tried import pandas, l got the error as follows:

      import pandas as pd
      Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/var/mobile/Containers/Shared/AppGroup/C300EF64-626E-4713-97EF-6D1A5F07BBE8/Documents/site-packages/pandas/init.py", line 31, in <module>
      "extensions first.".format(module))
      ImportError: C extension: hashtable not built. If you want to import pandas from the source directory, you may need to run 'python setup.py build_ext --inplace' to build the C extensions first.

      I cannot solve this. Is it impossible to install pandas correctly on python it's? Pls advise.

      posted in Pythonista
      kldwave
      kldwave
    • RE: Stash ProtocolError installing modules

      I had the same error message when I tried to install pandas via stash. And now the installation was done successfully with your solution above. Thank you.

      posted in Pythonista
      kldwave
      kldwave