Skip to content
Discussion options

You must be logged in to vote

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 miniconda on your computer, create a conda environment for TagLab, install needed dependencies, and always run TagLab from 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 <----

# anaconda prompt, not powershell

# Create a conda environment for TagLab
conda create --name taglab11 python==3.11 -y
conda activate taglab11

# Go to your taglab folder
cd "C:\Users\union\Documents\Union Photogrammetry Data\TagLab\TagLab-main\TagLab-main"

python install.py
python …

Replies: 1 comment 17 replies

Comment options

You must be logged in to vote
17 replies
@Jordan-Pierce
Comment options

@sangralit
Comment options

@sangralit
Comment options

@Jordan-Pierce
Comment options

Answer selected by sangralit
@sangralit
Comment options

@sangralit
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants