【发布时间】:2022-12-01 23:38:46
【问题描述】:
I have a WinPython installation on a network server that I can access from two different machines. As the installation is portable, I would expect the packages versions to be the same whether I use one or the other machine.
However, I recently downgraded tensorflow from 2.9 to 2.6 using machine A, and when I check the installed version, I get:
- 2.6 when running the command from machine A.
- 2.9 when running the command from machine B.
What should I do on machine B to fix the situation ?
【问题讨论】:
标签: python pip python-install