I am trying to use the Cython and cynetworkx library in a pycharm environment (Python version 3.10). I already installed Cython without problems via Settings->Python Interpreter. Afterwards when I try ...
When trying to install Cython using the --install-option="--no-cython-compile" flag, the installation fails because this option is no longer supported by pip. Cython should install without error, and ...