ipad-data-science icon indicating copy to clipboard operation
ipad-data-science copied to clipboard

Errors running pandas_histo.py

Open craldaz opened this issue 4 years ago • 0 comments

Hi, I’m following your YouTube video Coding on the iPad and wanted to try to run the examples in this repository.

The pandas_histo.py doesn’t work however. It first fails with ModuleNotFoundError

So I thought — No problem. Let me try to install pandas using StaSH with pip.

However pip gives the error:

Archive extracted.
Running setup file ...
RuntimeError('Cannot cythonize without Cython installed.',)
Failed to run setup.py
Fall back to directory guessing ...
Package installed: pandas

When I try to run pandas_histo.py it gives an error

I thought maybe it’s because cython is not installed so I installed it via pip and reinstalled pandas

Nevertheless, I get the following error:

ImportError
This version of pandas is incompatible with pandas...

Trying to pip install numpy also gives a strange error.

Do you have any suggestions?

Thank you in advance!

craldaz avatar Oct 23 '20 02:10 craldaz