Replies: 1 comment
-
Is this a linter error or something? How is this related to micro? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm new to Micro and I'm loving it so far. I am using it for small CLI apps in Python. I use pipenv for virtual environments.
However, even after I activate my virtual environment and I check it with $which python to make sure it is pointing to the right venv, I get the following error:
error: Cannot find implementation or library stub for module named [import]
Any work around? Or am I doing something wrong?
Thanks,
Alex
Beta Was this translation helpful? Give feedback.
All reactions