ModuleNotFoundError: No module named 'pyinputplus' when attempting to import pyinputplus

Asked 2 years ago, Updated 2 years ago, 44 views

I am currently using Python 3.8.2.

I tried to run import pyinputplus aspyip, but I got the following error:

How can I make this pyinputplus work?

This may be a new question, but I look forward to hearing from you.

error message

ModuleNotFoundError: No module named 'pyinputplus'

python python3

2022-09-30 20:15

1 Answers

https://pypi.org/project/PyInputPlus/

pip install pyinputplus to import the library or the environment path may not be passing.


2022-09-30 20:15

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.