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
Hi @dsmits , can you solve this temporarily by doing an editable install (pip install -e .)?
I think the CLI part shouldn't stay here but be moved to the general CLI (probably for v4.1) and that would be a good time to solve this properly.
I installed the latest version:
Makes sense that it can't find the module named
cli
because cli is just a folder, not a module (as far as I can see)The text was updated successfully, but these errors were encountered: