Skip to content
This repository was archived by the owner on Dec 5, 2022. It is now read-only.
This repository was archived by the owner on Dec 5, 2022. It is now read-only.

Libraries are imported even if they dont exist in current venv #40

Description

@aseem-hegshetye

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.

Am I missing something here?
Thanks

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions