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

Json decoder error #3

Open
iwatobipen opened this issue Oct 15, 2024 · 0 comments
Open

Json decoder error #3

iwatobipen opened this issue Oct 15, 2024 · 0 comments

Comments

@iwatobipen
Copy link

iwatobipen commented Oct 15, 2024

Dear Developper,

Thanks for developping such as useful package for cheminformatics!
I found issue of maize-contrib with vina docking.
When I run the docking with vina from maize-contrib I got follwoing error.

File "/Users/pen/opt/anaconda3/envs/maize/lib/python3.10/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/Users/kzfm/opt/anaconda3/envs/maize/lib/python3.10/json/decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

The error occured when I use meeko ver 0.5. And when I used meeko 0.4.x it worked well.
yml file requred meeko >= 0.5
So I think this is an issue of the maize-contrib.
Thanks,

@iwatobipen

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