Python Forum
Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
pip won't install twisted
#1
I'm trying to install scrapy which requires twisted but twisted won't install because
Error:
error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools
I tried installing Microsoft Visual C++ 14.0 but it still doesn't work.
Any suggestions?
Reply
#2
Not sure it will work, but download a wheel that matches your version of python, and your machine from: https://www.lfd.uci.edu/~gohlke/pythonlibs/#twisted
for example: Twisted‑18.7.0‑cp37‑cp37m‑win_amd64.whl
is for python 3.7 and 64 bit machine
to install, from command line, change directory to wheel location (or type full path to wheel) and
for above file (for example)
pip install Twisted‑18.7.0‑cp37‑cp37m‑win_amd64.whl
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020