是否有任何地方可以学习和理解它的工作原理?
通常,当我安装一个包时,我只使用 pip 或 pycharm 中的安装程序。
我发现自己在尝试运行 streamlit 时非常困惑。我花了一天的时间试图弄清楚
https://docs.streamlit.io/en/stable/
说明很简单:
点安装流光
流光你好
我最近有一个 32 位的 python,我用 64 位替换了它。这会导致下面的 python38-32 vs Python38 错误吗?
Fatal error in launcher: Unable to create process using ‘“c:\users\user\appdata\local\programs\python\python38-32\python.exe” “C:\Users\user\AppData\Local\Programs\Python\Python38\Scripts\streamlit.exe” hello’: The system cannot find the file specified.
我试过了:
C:\Users\user>python -m streamlit hello
C:\Users\user\AppData\Local\Programs\Python\Python38\python.exe: No module named streamlit.__main__; 'streamlit' is a package and cannot be directly executed
我不确定它是从哪里得到的:
local\programs\python\python38-32\python.exe
那不存在,我只有:
Local\Programs\Python\Python38\
这就是windows的路径
我想知道是否有人可以提供帮助。谢谢