TinyFPGA-Programmer-Application icon indicating copy to clipboard operation
TinyFPGA-Programmer-Application copied to clipboard

Does not execute on clone

Open TG-Techie opened this issue 5 years ago • 1 comments

i cloned via the provided guide and tried to run 'tinyfpga-programmer-gui.py' and it gave:

Traceback (most recent call last): File "/Users/jonahym/Documents/TinyFPGA-Programmer-Application/tinyfpga-programmer-gui.py", line 23, in from tinyfpgab import TinyFPGAB ImportError: No module named tinyfpgab

i fixed it by moving repo/b-series/programmer/tinyfpgab to repo/ and it ran perfectly.

macos-10.13

TG-Techie avatar Mar 12 '19 00:03 TG-Techie

Can also try the following (at least on WSL2): python2 -m pip install tinyfpgab

Xenador77 avatar Apr 17 '22 02:04 Xenador77