Tony Vassallo
Tony Vassallo
Hi I'm not familiar with windows and couldn't install the new scripts using python3 setup.py install - kept getting permission errors even though I was running as administrator. So I...
Thank you - I did a reinstall using pip (after flushing the cache), but it still has the same issue when using ipython. However when using python3 it runs properly...
OK - I did try as per above, but all seems to be installed already, so doesn't seem to a python version issue: ``` tony@tony-acer:~$ sudo apt install python3.9 python3-pip...
Thanks - OK, I see the error now. I was running as root because I couldn't access /dev/ttyUSB0 as user. If I run the command as user I need to...
Sorted now - I gave up on using cron for the moment and just using a while loop in python. As long as I change permission on the usb port...
Thanks - I did try the non-root crontab approach as suggested but didn't have 'cd'! I think that must have been the problem. Yes, just learning about subprocess. I'll give...
Won't this need the parser = argparse.ArgumentParser() module/routine as well (request_retries=args.retry,)? [I'm not using the Sinowealth version]
Just tried out the #31880 for new SBS platform and it worked fine. Bit of a learning experience for me as first time with git, but good docs helped! Thanks!