Why user is unable to properly install package using command 'pip.main(["install", "package-name"])'?

Responded

Comments

1 comment

  • Avatar
    Bhavya Gupta

    If we are installing any package in Syntasa Notebook or JupyterLab, we should follow !pip install package_name  if we'll use  import pip
    pip.main(["install", "package-name"]), it will give some unnecessary extra lines in output and this is already deprecated in pip 10.0 version.

    0
    Comment actions Permalink

Please sign in to leave a comment.