-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ModuleNotFoundError when using `! pip install <package> #18
Comments
@alexandreCameron I ran this exact example in a brand new environment & it succeeds. treon execution installs the pandas package & import works as expected. I'd check couple of things,
|
I confim the file is saved properly. But I should mention I'm running the code in windows WSL (corporate computer).
I'm using a virtualenv, all the permission are OK, and when performing
I can run The problem could be related to WSL or another corporate security layer on my computer. But I did see where it occurs. I won't feel offended if you close the issue. |
@amit1rrr Please Close this issue. I have performed the same step & It succeeded. Alex was also able to locate the issue. |
Thanks, closed. What was the issue? It might help someone else running into the same problem. |
Hi,
I quickly tested your package today with a notebook call
draft-treon.ipynb
with the following cell:and ran the command:
But I got the following error message
What would be the correct procedure to run the test ?
Thanks,
The text was updated successfully, but these errors were encountered: