Search code examples
python-3.xpiptwistedtwisted.internet

Anaconda Jupyter Notebook error for !pip install Twisted


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??


Solution

  • I had the same problem. And solved it doing:

    conda install twisted 
    

    as said by notorious.no