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

Open
opened 2023-12-28 16:45:18 +08:00 by Bymeoryou · 2 comments
Bymeoryou commented 2023-12-28 16:45:18 +08:00 (Migrated from github.com)

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?

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 commented 2024-01-29 19:05:37 +08:00 (Migrated from github.com)

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

Hello, could you share the exact snippet of code that you used which reproduces the issue? Thanks!
chadmv commented 2024-12-10 03:03:22 +08:00 (Migrated from github.com)

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
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 in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: CGNICO/Metahuman_DNA_Calibration#40
No description provided.