Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
importing serial
#3
The tutorials you need to watch are tutorials for creating Python virtual environments. You should create a virtual environment (venv) and install modules in this environment. This lets you have multiple Python projects without having to worry about one project having python or package versions that are incompatible with other projects.
Reply


Messages In This Thread
importing serial - by Fklein23 - Jul-05-2023, 04:33 AM
RE: importing serial - by Larz60+ - Jul-05-2023, 09:10 AM
RE: importing serial - by deanhystad - Jul-05-2023, 01:32 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  pyserial/serial "has no attribute 'Serial' " gowb0w 9 6,121 Aug-24-2023, 07:56 AM
Last Post: gowb0w

Forum Jump:

User Panel Messages

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