Skip to content
Advertisement

ModuleNotFoundError: No module named ‘_ctypes’ while installing libraries

I have not found any useful answers elsewhere, so I want to ask for help here.

I’m trying to set up a VPS and I need some libraries (like datetime and random), however, when I type pip3.10 install datetime, it just gives me a bunch of errors:

JavaScript

What should I do?

Advertisement

Answer

As it seems, you are trying to install all built-in modules.

You don’t have to reinstall them at all

Advertisement