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

Problem launching Taglab #112

Open
MelanieOrr23 opened this issue Jul 11, 2023 · 1 comment
Open

Problem launching Taglab #112

MelanieOrr23 opened this issue Jul 11, 2023 · 1 comment

Comments

@MelanieOrr23
Copy link

Hi, I managed to get Taglab working on my machine last March but havent used it since then. I have tried to re-launch it a few days ago and I get these Error messages. Could you please help me trouble shoot it?

(taglab_env) C:---\Desktop\TagLab-main>python taglab.py
Traceback (most recent call last):
File "taglab.py", line 42, in
from source.QtAlignmentToolWidget import QtAlignmentToolWidget
File "C:---\Desktop\TagLab-main\source\QtAlignmentToolWidget.py", line 18, in
from source.Image import Image
File "C:---\Desktop\TagLab-main\source\Image.py", line 1, in
from source.Channel import Channel
File "C:---\Desktop\TagLab-main\source\Channel.py", line 22, in
import rasterio as rio
File "C:---\Anaconda3\envs\taglab_env\lib\site-packages\rasterio_init_.py", line 9, in
from rasterio._base import gdal_version
ImportError: DLL load failed while importing _base: The specified module could not be found.

I have also tried the command update.py without any luck

(taglab_env) C:---\Desktop\TagLab-main>update.py
Traceback (most recent call last):
File "C:---\Desktop\TagLab-main\update.py", line 4, in
import urllib.request
ImportError: No module named request

thank you for your help!

@cappelletto
Copy link
Contributor

Hi,
I have seen similar issues with gdal 3.X versions with rasterio 1.2.X. Could you please post the output for "conda list"?
You could try reinstalling some of the dependencies related to rasterio. Maybe these links contain useful information:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants