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??
Asked
Active
Viewed 867 times
0

bbartling
- 3,288
- 9
- 43
- 88
-
Have you tried `conda install twisted`? – notorious.no Dec 19 '17 at 19:06
-
No I havent Ill have to look into that thanks – bbartling Dec 19 '17 at 20:24
1 Answers
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