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

tcga-vcf-reheader.py no longer works with the latest version of pyyaml (version 6.0) #3

Open
pwaltman opened this issue Oct 21, 2021 · 0 comments

Comments

@pwaltman
Copy link

pwaltman commented Oct 21, 2021

the specific error is:
File "/opt/tcga-vcf-reheader.py", line 13, in <module> import yaml File "/usr/local/lib/python2.7/dist-packages/yaml/__init__.py", line 362 class YAMLObject(metaclass=YAMLObjectMetaclass):

The quick-and-dirty solution is for the user to use the previous version of pyyaml, e.g. pip install pyyaml==5.4.1, which still works, however, are there any plans on updating these tools to work with more recent versions of the packages it uses? Since this edittor is screwing up the formatting, here's the same error text, but without the code tag.

File "/opt/tcga-vcf-reheader.py", line 13, in
import yaml
File "/usr/local/lib/python2.7/dist-packages/yaml/init.py", line 362
class YAMLObject(metaclass=YAMLObjectMetaclass):

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