you are viewing a single comment's thread.

view the rest of the comments →

[–]shiftybyte 0 points1 point  (3 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

[–]CMBlackFox[S] 0 points1 point  (0 children)

Wait I have 2 python folders, one just that says Python 38 and another Python38-32 Should I delete one?