xmxmyoyo 2020-10-19 11:50 采纳率: 11.1%
浏览 135

CENTOS8,系统自带的3.6,安装twisted提示 No such file or directory

【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目录下,我该怎么设置?

  • 写回答

1条回答 默认 最新

  • tcw_py 2024-02-19 19:52
    关注

    可以试一下pypi
    或别人的资源
    再不行就别试了
    没用

    评论

报告相同问题?