I am trying to do a !pip install Twisted
and I am getting an error "Failed building wheel for Twisted" Any ideas? Is there any methods for installing a .wheel file directly with IPython if I download the .whl file directly from pypi.org??
I had the same problem. And solved it doing:
conda install twisted
as said by notorious.no