dshean / demcoreg

Utilities for DEM and point cloud co-registration
MIT License
110 stars 42 forks source link

Skysat_stereo Problem #40

Closed tatig80 closed 2 years ago

tatig80 commented 2 years ago

Hello,

I'm trying to run the skysat_stereo scripts. The installation seems fine, but when I run ./skysat_triplet_pipeline.py I have this error:

Traceback (most recent call last): File "./skysat_triplet_pipeline.py", line 5, in from rpcm import geo File "/home/ganci/.local/lib/python3.8/site-packages/rpcm/init.py", line 8, in import srtm4 File "/home/ganci/.local/lib/python3.8/site-packages/srtm4/init.py", line 7, in from srtm4.raster import crop File "/home/ganci/.local/lib/python3.8/site-packages/srtm4/raster.py", line 15, in pyproj.network.set_network_enabled(active=True)

I don't know how to solve this problem. Can you please help me with this issue? Many thanks

dshean commented 2 years ago

Looks like an issue with dependencies @ShashankBice

This issue should be opened at https://github.com/uw-cryo/skysat_stereo (different repo). Please create a new issue there and paste the full error message (the traceback above is truncated and the actual error on last few lines is not included).