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

I get this error with the following: #65

Closed
MyhostRL opened this issue Dec 10, 2024 · 1 comment
Closed

I get this error with the following: #65

MyhostRL opened this issue Dec 10, 2024 · 1 comment

Comments

@MyhostRL
Copy link

          I get this error with the following:
from dna_viewer import DNA
dna = DNA(dna_path)

This results in

#   File "...\MetaHuman_DNA_Calibration\1.2.0\python-3.9\dna_viewer\dnalib\dnalib.py", line 27, in __init__
#     self.reader = self.create_reader(dna_path)
#   File "...\MetaHuman_DNA_Calibration\1.2.0\python-3.9\dna_viewer\dnalib\dnalib.py", line 52, in create_reader
#     raise RuntimeError(f"Error loading DNA: {status.message}")
# RuntimeError: Error loading DNA: DNA version mismatched, expected 2.1, got 2.3

Originally posted by @chadmv in #40 (comment)

@MyhostRL
Copy link
Author

from dna_viewer import DNA
dna = DNA(dna_path)

File "...\MetaHuman_DNA_Calibration\1.2.0\python-3.9\dna_viewer\dnalib\dnalib.py", line 27, in init

self.reader = self.create_reader(dna_path)

File "...\MetaHuman_DNA_Calibration\1.2.0\python-3.9\dna_viewer\dnalib\dnalib.py", line 52, in create_reader

raise RuntimeError(f"Error loading DNA: {status.message}")

RuntimeError: Error loading DNA: DNA version mismatched, expected 2.1, got 2.3

@MyhostRL MyhostRL reopened this Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant