0

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

bbartling
  • 3,288
  • 9
  • 43
  • 88

1 Answers1

2

I had the same problem. And solved it doing:

conda install twisted 

as said by notorious.no

Geeky Ninja
  • 6,002
  • 8
  • 41
  • 54
zxcvbs
  • 46
  • 5