Why user is unable to properly install package using command 'pip.main(["install", "package-name"])'?
RespondedWhenever user is installing package using commands in Syntasa Notebook- 1. import pip
2. pip.main(["install", "package-name"])
The user is getting unnecessary lines in the cell output and which is continuously repeating even if user executed another code in the next cell, the extra lines will be printed in loops in every cell.
Please sign in to leave a comment.
Comments
1 comment