[New-bugs-announce] [issue42845] Third Party Module Installation using pip fails in Python 3.10.0a3

Shreyan Avigyan report at bugs.python.org
Wed Jan 6 12:08:08 EST 2021


New submission from Shreyan Avigyan <shreyan.avigyan at gmail.com>:

A few days ago, I tried installing Python 3.10.a3 for testing. After installing, I tried using the Python built-in modules, they were working fine. Then I tried going for installing third party modules using pip from the command prompt. While installing I noticed that some modules I could install perfectly but for most of the modules, they failed to install. After trying to install them, I tried looking for the full error message. After a lot of searching I found out that it is looking for Microsoft Visual C++ and couldn't find it because I haven't installed it and gave me that error. I haven't tried installing Python 3.10.0a4 yet and I don't know if it's already solved or not but this problem is continuously occurring in Python 3.10.0a3.

----------
components: Installation
messages: 384515
nosy: shreyanavigyan
priority: normal
severity: normal
status: open
title: Third Party Module Installation using pip fails in Python 3.10.0a3
versions: Python 3.10

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42845>
_______________________________________


More information about the New-bugs-announce mailing list