Najsztub / jtagGUI

Python GUI for UrJTAG library.
GNU General Public License v3.0
18 stars 5 forks source link

Cannot find urjtag package #6

Closed hansfbaier closed 1 year ago

hansfbaier commented 1 year ago
$ pip3 install urjtag
Defaulting to user installation because normal site-packages is not writeable
ERROR: Could not find a version that satisfies the requirement urjtag (from versions: none)
ERROR: No matching distribution found for urjtag
hansfbaier commented 1 year ago

Where do I get the urjtag package from?

Najsztub commented 1 year ago

Hi,

you need compile UrJTAG from source and include Python bindings during compilation. More info can be found here.

Best, MN