How to install old versions of packages in PyCharm?
I need an old version of Matplotlib. I see how to install some older versions from the settings > Python Interpreter... but the options don't go back far enough. How do you manually install a library from a download or install an old package some other way?
Thanks
请先登录再写评论。
The solution I was given was to use the PyCharm terminal and install an old package like this: pip install pandas==1.2.2
I still can't install what I need but for different reasons than my posted question. :/
Open the Python Packages tab and search for the package. Before click to the Install package button, next to it except the latest version select the one you need.
@... as mentioned by Norbet, you should be able to see available versions on the UI, for example for pandas 1.2.2
