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

Problems when installing and testing g6k #120

Open
zlhlovelattice opened this issue Aug 19, 2023 · 0 comments
Open

Problems when installing and testing g6k #120

zlhlovelattice opened this issue Aug 19, 2023 · 0 comments

Comments

@zlhlovelattice
Copy link

I run PYTHON=python3 ./bootstrap.sh, and then run the command python -m pytest,
the following situation occurs, how can I solve it

g6k/init.py:23
/home/zlh/Desktop/G6K/g6k/g6k/init.py:23: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
from .siever_params import SieverParams # noqa

g6k-env/lib/python3.10/site-packages/pkg_resources/init.py:2871
/home/zlh/Desktop/G6K/g6k/g6k-env/lib/python3.10/site-packages/pkg_resources/init.py:2871: DeprecationWarning: Deprecated call to pkg_resources.declare_namespace('mpl_toolkits').
Implementing implicit namespace packages (as specified in PEP 420) is preferred to pkg_resources.declare_namespace. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
declare_namespace(pkg)

g6k-env/lib/python3.10/site-packages/pkg_resources/init.py:2871
/home/zlh/Desktop/G6K/g6k/g6k-env/lib/python3.10/site-packages/pkg_resources/init.py:2871: DeprecationWarning: Deprecated call to pkg_resources.declare_namespace('sphinxcontrib').
Implementing implicit namespace packages (as specified in PEP 420) is preferred to pkg_resources.declare_namespace. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
declare_namespace(pkg)

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
================== 22 passed, 3 warnings in 74.56s (0:01:14) ===================

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

No branches or pull requests

1 participant