New GitHub issue #119030 from bulrush15:<br>

<hr>

<pre>
# Feature or enhancement

### Proposal:

Currently if I try to install a module that is a standard module, I get this error message. This message is confusing to newbies. 

```
ERROR: Could not find a version that satisfies the requirement sqlite3 (from versions: none)
ERROR: No matching distribution found for sqlite3
```

Can you change the error message to check if the module is standard, or already installed? The 2 new error messages would be: 

```
ERROR: This module is a standard module and is already part of Python.
```

or

```
ERROR: This third-party module has already been installed.
```


### Has this already been discussed elsewhere?

This is a minor feature, which does not need previous discussion elsewhere

### Links to previous discussion of this feature:

_No response_
</pre>

<hr>

<a href="https://github.com/python/cpython/issues/119030">View on GitHub</a>
<p>Labels: type-feature</p>
<p>Assignee: </p>