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

Two warning messages appear #20

Open
QianZixi opened this issue Dec 2, 2023 · 2 comments
Open

Two warning messages appear #20

QianZixi opened this issue Dec 2, 2023 · 2 comments

Comments

@QianZixi
Copy link

QianZixi commented Dec 2, 2023

Two warning messages appear when i run meth_phaser_parallel :

warning:
/home/lixin/miniconda3/envs/viaenv/bin/methphasing:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
  from pkg_resources import require

and

/home/lixin/miniconda3/envs/viaenv/lib/python3.9/site-packages/scipy/__init__.py:155: UserWarning: A NumPy version >=1.18.5 and <1.26.0 is required for this version of SciPy (detected version 1.26.2
  warnings.warn(f"A NumPy version >={np_minversion} and <{np_maxversion}"

But the program dont stop and can get the output.
What is the reason of the two warning and does they affect the results?
Thanks!

@Fu-Yilei
Copy link
Collaborator

Fu-Yilei commented Dec 2, 2023

if you did not install methphaser via conda, these warnings can be caused by the wrong package version in you environment. If you installed conda it might be methphaser's issue, I will take a look.

@QianZixi
Copy link
Author

Hello,
I did indeed install methphser via conda.
It feels like it's caused by different versions of the libraries being used.

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

2 participants