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 see this error when I try to run some code in examples:
pylgbst-master/examples/vernie/android_remote.py"
Traceback (most recent call last):
File "/Users/xxxxxxxxxxxxxxx/pylgbst-master/examples/vernie/android_remote.py", line 12, in <module>
from examples.vernie import Vernie
ModuleNotFoundError: No module named 'examples'
Maybe, it's better to refactor the code to exclude import examples.? Somehow it's not working for me, even when I copy examples inside examples, which is strange, because import is resolved when I press on Vernie in both cases: without copying and with copying.
pylgbst 1.3.0
VSCode: 1.96.2
Python 3.12
The text was updated successfully, but these errors were encountered:
Hi,
I see this error when I try to run some code in examples:
Maybe, it's better to refactor the code to exclude import
examples.
? Somehow it's not working for me, even when I copy examples inside examples, which is strange, because import is resolved when I press on Vernie in both cases: without copying and with copying.The text was updated successfully, but these errors were encountered: