Which Pycharm Plugin Manages the Pip Requirements?

已回答

I had this set up in another laptop, where I had the pip file like 

tensorflow==2.11.4

and Pycharm would warn me either if the version was not installed (using pip for my local package manager), or if the listed version was outdated. I do not know which plugins contributed to this behaviour, but cannot reproduce this useful feature in my new laptop. Any idea on where to look for? 

For reference, I am using Build #PC-233.13135.95 on Ubuntu 20.04.
 

0

This feature is bundled by default on the IDE, so no additional plugin is required. Can you reproduce this by creating a new Python interpreter?

In case the issue persists, please upload  the IDE UI logs from Help | Collect Logs and Diagnostic Data and provide us with the uploadID

0

请先登录再写评论。