You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: