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 was able to get fixgw running by entering the FIX-Gateway-master folder directly, and running ./fixgw.py. This worked whereas running fixgw (presumably from the /usr/local/bin location) does not.
Confirmed that attempting to run fixgw from a random command prompt is non-functional as originally reported, and that the only fixgw executable in the path is indeed in /usr/local/bin.
I've just done a clean install on a Raspberry Pi4 8GB and am getting an error trying to start the fixgw:
pi@raspberrypi:~/makerplane/FIX-Gateway-master $ fixgw
Traceback (most recent call last):
File "/usr/local/bin/fixgw", line 11, in
load_entry_point('fixgw==0.1.0', 'console_scripts', 'fixgw')()
TypeError: main() missing 1 required positional argument: 'args'
pi@raspberrypi:
It appears that load_entry_point() is getting the wrong number of arguments?
The text was updated successfully, but these errors were encountered: