yapapi icon indicating copy to clipboard operation
yapapi copied to clipboard

`import utils` in examples dosen't work if running example not from yapapi venv

Open lucekdudek opened this issue 2 years ago • 0 comments

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

lucekdudek avatar Apr 14 '23 12:04 lucekdudek