The linux server is not connected to the network. I need use the serve to train my deep learning model. So, I installed Anaconda to manage the environment. I have created a empty environment Example. I have installed offline Python 3.6.7 into Example (The Linux server had Python 3.8.8). My problem is: when I use "python setup.py install" to install setuptool in “setuptools-57.0.0" folder,an error occurred: ImportError: libffi.so.6: cannot open shared object file: No such file or directory
So, what should I do? Do I need to updata Python? What should I do without upgrading Python? Thank you very much!