yapapi
yapapi copied to clipboard
`import utils` in examples dosen't work if running example not from yapapi venv
It is very problematic for users when majority of them have this problem when trying yapapi for a first time.
Steps to reproduce:
- install yapapi via pip
- copy/paste an example with
import utils - run the example and get
ModuleNotFoundError: No module named 'utils'Traceback