当尝试安装yFinance python插件时,我尝试使用命令
进入我的windows powershell来安装它pip install yfinance
这给了我错误信息
pip : The term 'pip' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the
spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ pip install yfinance
+ ~~~
+ CategoryInfo : ObjectNotFound: (pip:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
我使用pycharm,只是想安装yfinance。是否有其他方法来安装软件包或有任何方法来解决我手头的问题?
在PyCharm环境中:Alt+F12,然后"pip install yfinance">