Compile Cython Extensions Error - Pycharm IDE Compile Cython Extensions Error - Pycharm IDE python python

Compile Cython Extensions Error - Pycharm IDE


JetBrains has provided an answer:

https://www.jetbrains.com/help/pycharm/2017.3/cython-speedups.html

If you're on Ubuntu, run:

For Python 2.7: sudo apt-get install python-dev

For Python 3.5: sudo apt-get install python3-dev

For Python 3.6: sudo apt-get install python3.6-dev

For Python 3.7: sudo apt-get install python3.7-dev


For python 3.7 sudo apt install libpython3.7-devsolved my problem


Works also for Python 3.9

sudo apt-get install python3.9-dev