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
Ryan is right here, pay down the tech debt of copying endpoints line for line; make them importable from /usr/local/bin/increment_auto_off.py
I attempted to do this using a symbolic link and relative import, ran into an issue where increment_auto_off.py isn't inside the venv and so doesn't have access to all required dependencies and wasn't able to make said dependencies install globally via configure.py either
The text was updated successfully, but these errors were encountered:
Originally posted by @rtertiaer in #828 (comment)
Ryan is right here, pay down the tech debt of copying endpoints line for line; make them importable from
/usr/local/bin/increment_auto_off.py
I attempted to do this using a symbolic link and relative import, ran into an issue where
increment_auto_off.py
isn't inside the venv and so doesn't have access to all required dependencies and wasn't able to make said dependencies install globally viaconfigure.py
eitherThe text was updated successfully, but these errors were encountered: