We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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:
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)
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
This results in
Originally posted by @chadmv in #40 (comment)
The text was updated successfully, but these errors were encountered: