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

Warning occurred when running the qc2tsv under python3.7 #174

Open
rongxinzh opened this issue Jul 14, 2020 · 3 comments
Open

Warning occurred when running the qc2tsv under python3.7 #174

rongxinzh opened this issue Jul 14, 2020 · 3 comments

Comments

@rongxinzh
Copy link

rongxinzh commented Jul 14, 2020

Describe the bug
A clear and concise description of what the problem is.

OS/Platform

  • OS/Platform: 14.04.5 LTS (GNU/Linux 4.4.0-75-generic x86_64).
  • Conda version: conda 4.4.4.
  • Pipeline version: newest.
  • Caper version: 0.8.2.1.
  • Python version: 3.7.6.

When I run the command qc2tsv ./template.json > test.tsv , the system returns the warning message,
/home/user/.conda/envs/user/lib/python3.7/site-packages/qc2tsv/qc2tsv.py:78: FutureWarning: pandas.io.json.json_normalize is deprecated, use pandas.json_normalize instead
df = pandas.io.json.json_normalize(jsons, sep=sep)

image

@rongxinzh rongxinzh changed the title Issue occurred when running the qc2tsv under python3.7 Warning occurred when running the qc2tsv under python3.7 Jul 14, 2020
@leepc12
Copy link
Contributor

leepc12 commented Jul 14, 2020

What is your qc2tsv version?

$ qc2tsv -v

Can you upgrade it and try again?

$ pip install qc2tsv --upgrade

@rongxinzh
Copy link
Author

What is your qc2tsv version?

$ qc2tsv -v

Can you upgrade it and try again?

$ pip install qc2tsv --upgrade

Hi, thank you for your response.
qc2tsv -v
return 0.1.4
The version is still 0.1.4 when I upgrade the qc2tsv by taking the command pip install qc2tsv --upgrade
I fixed the problem by modifying the source code of qc2tsv.
Thank you!

@leepc12
Copy link
Contributor

leepc12 commented Jul 20, 2020

Sorry about that. Released qc2tsv 0.1.5 to fix this issue.

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