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 trying to run edl_file_upload.py on station.uniclogs.org and it failed with the following exception:
Traceback (most recent call last):
File "/home/uniclogs/oresat-c3-software/scripts/./edl_file_upload.py", line 41, in <module>
from olaf import OreSatFile
File "/home/uniclogs/oresat-c3-software/.venv/lib/python3.11/site-packages/olaf/__init__.py", line 18, in <module>
from .board.gpio import GPIO_HIGH, GPIO_IN, GPIO_LOW, GPIO_OUT, Gpio, GpioError
File "/home/uniclogs/oresat-c3-software/.venv/lib/python3.11/site-packages/olaf/board/gpio.py", line 19, in <module>
class Gpio:
File "/home/uniclogs/oresat-c3-software/.venv/lib/python3.11/site-packages/olaf/board/gpio.py", line 34, in Gpio
with open(f"{_GPIO_DIR_PATH}/{i}/label", "r") as f:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/gpio/gpio595/label'
The script uses only OreSatFile and should not depend on the state of GPIO for successful import.
I was trying to run
edl_file_upload.py
on station.uniclogs.org and it failed with the following exception:The script uses only OreSatFile and should not depend on the state of GPIO for successful import.
For reference:
The text was updated successfully, but these errors were encountered: