Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Module Help?
#1
Hi guys,
I am new to python and wanted to start working with modules like the pywin32, pysensors and pyspectator. But whenever I download them from pypi.python.org website, for some reason when I try to use them I always get an error called "ModuleNotFoundError: No module named 'pyspectator'" By the way, I am using Windows 10 Home, so I don't know if that is affecting it somehow, but please I need a solution to this. I need these modules for a project and I need these to work as soon as I can get them to. Thanks
Reply
#2
Quote:But whenever I download them from pypi.python.org website, for some reason when I try to use them I always get an error called "ModuleNotFoundError: No module named 'pyspectator'"
How are you installing them?
You can easily install module using pip

pip install pyspectator
Recommended Tutorials:
Reply
#3
Hello! Which Python version you installed? If it is Python 3 do pip install pyspectator in the command prompt.
"As they say in Mexico 'dosvidaniya'. That makes two vidaniyas."
https://freedns.afraid.org
Reply
#4
(Mar-31-2017, 01:13 AM)wavic Wrote: Hello! Which Python version you installed? If it is Python 3 do pip install pyspectator in the command prompt.

I think you mean pip3 install pyspectator

?
Reply
#5
pip comes with Python 3.4+
"As they say in Mexico 'dosvidaniya'. That makes two vidaniyas."
https://freedns.afraid.org
Reply
#6
Didn't know that. The things one can learn everyday :).

Thanks.
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020