How to install the serial module into cygwin (terminal)

Click For Summary
The discussion centers around the challenges faced when trying to run Python on Cygwin, specifically regarding the installation of the 'serial' module. The user encountered an ImportError indicating that the 'serial' module is missing when attempting to execute a Python script. A suggested solution is to install the 'pyserial' package using pip. Additionally, there is a question raised about the necessity of using Cygwin for Python, given that Python is compatible with Windows and could be installed directly on the operating system. This highlights a potential alternative approach for users looking to run Python scripts without the complications of Cygwin.
Nate Duong
Messages
125
Reaction score
4
Dear group,

I downloaded this software "cygwin," (terminal), and trying to run Python on
this software but i failed on the installing the serial,
Could you please give me some ideal?

Thank you,
Nate Duong.$ python Blinking_off.py

Traceback (most recent call last):
File "Blinking_off.py", line 2, in <module>
import serial
ImportError: No module named serial
 
Technology news on Phys.org
pip install pyserial
 
Any other reason why you installed cygwin? I mean, with Python being multi platform, you could have installed it directly onto windows
 
Learn If you want to write code for Python Machine learning, AI Statistics/data analysis Scientific research Web application servers Some microcontrollers JavaScript/Node JS/TypeScript Web sites Web application servers C# Games (Unity) Consumer applications (Windows) Business applications C++ Games (Unreal Engine) Operating systems, device drivers Microcontrollers/embedded systems Consumer applications (Linux) Some more tips: Do not learn C++ (or any other dialect of C) as a...

Similar threads

  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
7K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 9 ·
Replies
9
Views
1K
Replies
5
Views
15K
  • · Replies 17 ·
Replies
17
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K