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
Just trying to run the example app here, but commands can't be imported or installed. I looked into it and it's been replaced by subprocess, but that too doesn't match a distribution.
Seems like we need to update the examples.
The text was updated successfully, but these errors were encountered:
Hi! Can you check your python path? Most likely, you have to set it to the example folder to pick up the commands dir.
➜ ~ python
iPython 3.11.2 (main, May 12 2023, 15:27:54) [Clang 14.0.3 (clang-1403.0.22.14.1)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> print(sys.path)
Just trying to run the example app here, but commands can't be imported or installed. I looked into it and it's been replaced by subprocess, but that too doesn't match a distribution.
Seems like we need to update the examples.
The text was updated successfully, but these errors were encountered: