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
{{ message }}
This repository was archived by the owner on Dec 5, 2022. It is now read-only.
I set atom to venv1. This virtual env doesnt have a library called tensorflow. But when I try to import it in my py file, it works without error.
Ideally it should throw an error saying package doesnt exist.
I have another venv2 which has library called tensorflow installed in it. When I move to this venv, then my code should be able to import tensorflow sucessfully.