【root@centos8-scrapy Twisted-17.1.0】# python3 setup.py install
running install
error: can't create or remove files in install directory
The following error occurred while trying to add or remove files in the
installation directory:
【Errno 2】 No such file or directory: '/usr/local/lib64/python3.6/site-packages/test-easy-install-2548.write-test'
The installation directory you specified (via --install-dir, --prefix, or
the distutils default setting) was:
/usr/local/lib64/python3.6/site-packages/
This directory does not currently exist. Please create it and try again, or
choose a different installation directory (using the -d or --install-dir
option).
我装的CENTOS8,系统自带的3.6,安装twisted提示我没有这目录,我看了下系统自带的是在lib目录下,我该怎么设置?