I'm getting the following error when trying to install certain Python package on Ubuntu 16.04 LTS. I've googled fixes but none so far have worked and all seem to be very specific to a particular package. Is there a universal fix, can some explain to me what the underlying problem is?
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-9w8mswlw/tsne/
The most recent occurrence is when I run pip3 install tsne
The output is as follows
Collecting tsne
Using cached tsne-0.1.7.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-build-9w8mswlw/tsne/setup.py", line 18, in <module>
from Cython.Distutils import build_ext
ImportError: No module named 'Cython'
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-9w8mswlw/tsne/