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

Error loading DNA: DNA version mismatched, expected 2.1, got 2.2 #40

Open
Bymeoryou opened this issue Dec 28, 2023 · 2 comments
Open

Error loading DNA: DNA version mismatched, expected 2.1, got 2.2 #40

Bymeoryou opened this issue Dec 28, 2023 · 2 comments

Comments

@Bymeoryou
Copy link

Hello, I am using JSONStreamWriter to transfer DNA to Json. But I meet this problem when I try to covert the pca_rig.dna, can you help me with this?

@n0phx
Copy link

n0phx commented Jan 29, 2024

Hello, could you share the exact snippet of code that you used which reproduces the issue? Thanks!

@EpicGames EpicGames deleted a comment from kalebzaki4 Oct 10, 2024
@chadmv
Copy link

chadmv commented Dec 9, 2024

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

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

3 participants