Linux上python安装apex

发布时间 2023-09-19 10:26:48作者: ZephyrYin

直接pip install apex即可

以下是过时、错误的帖子:
https://blog.csdn.net/weixin_44917271/article/details/116382959
https://blog.csdn.net/mrjkzhangma/article/details/100704397
https://www.cnblogs.com/peixu/p/14614013.html

若出现运行时出错(我自己装了2次第一次没错,第二次出现)ImportError: cannot import name 'UnencryptedCookieSessionFactoryConfig' from 'pyramid.session' (unknown location),可以降级pyramid-1.10pip install pyramid==1.10
参考:https://blog.csdn.net/yiike/article/details/116531373