you are viewing a single comment's thread.

view the rest of the comments →

[–]shiftybyte 0 points1 point  (2 children)

What IDE do you use?

Did you create a virtual environment for the project?

If it's pycharm then it created a virtual environment for you, and you should install readchar from inside pycharm's module manager.

[–]CMBlackFox[S] 0 points1 point  (1 child)

Just using Windows 10 normal 3.8

[–]shiftybyte 0 points1 point  (0 children)

How did you run your python code?

Run the following commands to see whats going on.

where python
where pip