Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python setup.py develop error #28

Closed
Yimi81 opened this issue Jan 28, 2024 · 0 comments · May be fixed by #29
Closed

python setup.py develop error #28

Yimi81 opened this issue Jan 28, 2024 · 0 comments · May be fixed by #29

Comments

@Yimi81
Copy link

Yimi81 commented Jan 28, 2024

(agent) root# python setup.py develop
running develop
/ML-A100/public/tmp/miniconda3/envs/agent/lib/python3.10/site-packages/setuptools/command/develop.py:40: EasyInstallDeprecationWarning: easy_install command is deprecated.
!!

        ********************************************************************************
        Please avoid running ``setup.py`` and ``easy_install``.
        Instead, use pypa/build, pypa/installer or other
        standards-based tools.

        See https://github.com/pypa/setuptools/issues/917 for details.
        ********************************************************************************

!!
  easy_install.initialize_options(self)
/ML-A100/public/tmp/miniconda3/envs/agent/lib/python3.10/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!

        ********************************************************************************
        Please avoid running ``setup.py`` directly.
        Instead, use pypa/build, pypa/installer or other
        standards-based tools.

        See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
        ********************************************************************************

!!
  self.initialize_options()
running egg_info
writing kwaiagents.egg-info/PKG-INFO
writing dependency_links to kwaiagents.egg-info/dependency_links.txt
writing entry points to kwaiagents.egg-info/entry_points.txt
writing requirements to kwaiagents.egg-info/requires.txt
writing top-level names to kwaiagents.egg-info/top_level.txt
reading manifest file 'kwaiagents.egg-info/SOURCES.txt'
adding license file 'LICENSE.txt'
writing manifest file 'kwaiagents.egg-info/SOURCES.txt'
running build_ext
Creating /ML-A100/public/tmp/miniconda3/envs/agent/lib/python3.10/site-packages/kwaiagents.egg-link (link to .)
kwaiagents 0.0.1 is already the active version in easy-install.pth
Installing kagentsys script to /ML-A100/public/tmp/miniconda3/envs/agent/bin

Installed /ML-A100/public/tmp/yiguofeng/KwaiAgents
Processing dependencies for kwaiagents==0.0.1
error: cryptography 43.0.0.dev1 is installed but cryptography<43,>=41.0.5 is required by {'pyOpenSSL'}

环境不兼容

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant