Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • Hey I am getting ERROR: Could not find a version that satisfies the requirement Twisted-20.3.0-cp39-cp39-win_amd64 (from versions: none) ERROR: No matching distribution found for Twisted-20.3.0-cp39-cp39-win_amd64 How can I resolve this? I already downloaded latest version Commented Oct 2, 2020 at 13:19
  • Make sure that you download the whl file that has the same cp number as your python version. I use python 3.8, so I downloaded this: Twisted‑20.3.0‑cp38‑cp38‑win_amd64.whl Commented Dec 19, 2020 at 17:49