如何在AWS python3 ubuntu实例中将我的EC2版本从3.5.2升级到3.7?我在某个地方读到,在python3版本3.5中不支持秘密,而且它只适用于更高的版本。我的python版本是3.5.2。我想升级版本。我尝试了sudo apt-获取安装python3.7,但它不起作用:
Building dependency tree Reading state information...,这也不起作用。update-alter
我正在尝试在我的windows机器上下载一些模块,通过FTP将它们传输到安装了Python3和pip的离线Linux服务器。然后使用pip在那里安装模块。pip download --platform linux_x86_64 --only-binary=:all: --no-binary=:none: pandas Could notfind a version that satisfies the requirement pandas (from versions: )
No mat