代码中的依赖问题(streamlit)



我试图在Python3.6中运行此代码:

https://github.com/icedevil2001/mark_minervini_stock_screener/blob/main/stock_screener.py

我已经安装了所有的包,但我仍然得到这个错误:


"C:Users...Python @MarketvenvScriptspython.exe" "C:/.../Desktop/Python @Market/Minervini_Screener.py"
Warning - Certain functionality 
requires requests_html, which is not installed.

Install using: 
pip install requests_html

After installation, you may have to restart your Python session.
2022-07-10 17:52:51.988 
Warning: to view this Streamlit app on a browser, run it with the following
command:
streamlit run C:/Users/.../Python @Market/Minervini_Screener.py [ARGUMENTS]

我如何执行流光在应用程序或浏览器?我已经在我的控制台中尝试过了:


streamlit run Minervini_Screener.py

但是返回错误。

“‘streamlit’ is not recognized as an internal or external command, operable program or batch file.”

谢谢团队!

试着在控制台上输入:

py -m streamlit run ".../path/file.py"