pip install tensorflow
报错:Could not find a version that satisfies the requirement tensorflow (from versions: none)
可能原因1:python是32bit的 https://www.jb51.net/article/185104.htm
重装python 64bit https://www.python.org/downloads/windows/
更改python默认版本办法 https://www.fujieace.com/python/2-2.html
可能原因2:python版本不对 tensorflow要求python版本3.5——3.8
pip install rasa