Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pyinputplus issue #24

Open
Ruby-Newbie-85 opened this issue Aug 20, 2022 · 2 comments
Open

pyinputplus issue #24

Ruby-Newbie-85 opened this issue Aug 20, 2022 · 2 comments

Comments

@Ruby-Newbie-85
Copy link

Hi,

I am using Windows 10 64bit
I also pip installed pyinputplus in command prompt
I am in 3.7.9 virtual environment

code:
import pyinputplus as pyip

response = ('Enter a number: ')

Error message:
import pyinputplus as pyip
ModuleNotFoundError: No module named 'pyinputplus'

any suggestions would be much appreciated

@popeye-007
Copy link

I'm running into the exact same issue. In editors, I get the error
ModuleNotFoundError: No module named 'pyinputplus'

However, using IDLE everything works as expected.
Was this issue resolved?

@popeye-007
Copy link

in my case, I figured out that the Python interpreter used in the code editor tool (vs code) was different. Once I chose the correct interpreter, everything worked like magic. :)
I hope this is helpful @Ruby-Newbie-85

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants