I cannot install geospatial python packages

Hello!
I am new to replit and i am not sure how to set up a working env in python with geospatial libraries.

I get this error when install rasterio:
Traceback (most recent call last):
File “main.py”, line 1, in
import rasterio
File “/home/runner/testingreplit/venv/lib/python3.10/site-packages/rasterio/init.py”, line 28, in
from rasterio._version import gdal_version, get_geos_version, get_proj_version
ImportError: libexpat.so.1: cannot open shared object file: No such file or directory

to join the chat and help me: https://replit.com/@LorenzoCrecco/testingreplit?v=1

I don;t think that module works on replit…

1 Like