I get this error with the following: #65

Closed
opened 2024-12-10 09:32:10 +08:00 by MyhostRL · 1 comment
MyhostRL commented 2024-12-10 09:32:10 +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

Originally posted by @chadmv in https://github.com/EpicGames/MetaHuman-DNA-Calibration/issues/40#issuecomment-2529122575

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 https://github.com/EpicGames/MetaHuman-DNA-Calibration/issues/40#issuecomment-2529122575_
MyhostRL commented 2024-12-10 09:32:39 +08:00 (Migrated from github.com)

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

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
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#65
No description provided.