Python Forum
How to install modules for 2.7 (or sharing from 3.8))
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to install modules for 2.7 (or sharing from 3.8))
#3
Thank you for that: I can now see that pyUSB 1.0.2 gives the same results as pyUSB 1.2 with python 3.8 (program works only every second time it is run) so I have to look elsewhere for this bug.

(After I changed use dict.iteritems() -removed from python 3- to dict.items() the program ran OK every time.)

Pete



(Dec-30-2021, 03:35 AM)Larz60+ Wrote: you can force pip to install an earlier version of pyusb.
Here are the release versions: https://pypi.org/project/pyusb/#history
use pip install pyusb==1.0.0a2 Change version number to desired version.
Reply


Messages In This Thread
RE: How to install modules for 2.7 (or sharing from 3.8)) - by Persisto - Dec-31-2021, 02:33 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Best way to secure API key when sharing quarinteen 2 375 Jan-19-2024, 04:46 PM
Last Post: deanhystad
  Sharing imported modules with Sub Processes? Stubblemonster 2 1,535 May-02-2022, 06:42 AM
Last Post: Stubblemonster
  multiprocessing and sharing object cyrduf 0 2,078 Feb-02-2021, 08:16 PM
Last Post: cyrduf
  sharing variables between two processes Kiyoshi767 1 1,904 Nov-07-2020, 04:00 AM
Last Post: ndc85430
  Sharing my code emirasal 2 2,072 Oct-04-2020, 02:21 PM
Last Post: emirasal
  Sharing X Axis in Sub plots JoeDainton123 1 2,207 Aug-22-2020, 04:11 AM
Last Post: deanhystad
  Instances sharing attributes midarq 4 2,528 Sep-20-2019, 11:13 AM
Last Post: midarq
  Can't decide - install modules with Ubuntu package manager (apt) or pip3 in venv Thisisaline 6 3,869 Jul-19-2019, 04:58 PM
Last Post: snippsat
  Sharing variables across modules j.crater 4 3,494 Jul-30-2018, 09:09 PM
Last Post: j.crater
  Modules issue, pip3 download modules only to pyhton3.5.2 not the latest 3.6.1 bmohanraj91 6 8,510 May-25-2017, 08:15 AM
Last Post: wavic

Forum Jump:

User Panel Messages

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