Jan-29-2025, 08:21 AM
Hi!
Windows 7 (x86).
Python 3.8.0a3 (32-bit), new installation. I can't install a newer version of Python because my computer is old - problems with updating Windows.
When using the module 'requests', an error occurs "No module named 'importlib.metadata'".
The module 'requests' was installed in Python without errors using the command "py -3.8 -m pip install requests".
The module 'importlib.metadata' was installed in Python without errors using the command "py -3.8 -m pip install importlib.metadata".
How to fix this error?
Windows 7 (x86).
Python 3.8.0a3 (32-bit), new installation. I can't install a newer version of Python because my computer is old - problems with updating Windows.
When using the module 'requests', an error occurs "No module named 'importlib.metadata'".
The module 'requests' was installed in Python without errors using the command "py -3.8 -m pip install requests".
The module 'importlib.metadata' was installed in Python without errors using the command "py -3.8 -m pip install importlib.metadata".
How to fix this error?