Module Not Found Error when starting TagLab up again #181
-
|
ModuleNotFoundError: No module named 'ezdxf.acc.matrix44' This is the error message I receive when I try to run TagLab via a terminal. I literally had TagLab open and running on my computer last night, but after an unexpected computer update a few hours ago, I can no longer get it to open. Does anyone have any suggestions as to how to fix this? |
Beta Was this translation helpful? Give feedback.
Answered by
Jordan-Pierce
Mar 3, 2025
Replies: 1 comment 17 replies
-
|
try: # cmd
pip install ezdxf |
Beta Was this translation helpful? Give feedback.
17 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A quick fix is to as what is said in this similar issue. I don't recommend doing this.
A better fix (IMO) is still install
minicondaon your computer, create a conda environment forTagLab, install needed dependencies, and always runTagLabfrom there.miniconda
(they just changed the website, so install miniconda.exe appears slightly more annoying to do).
"#" is a comment, don't type this lines in cmd <----