DirkSchneemann-TomTom opened a new issue, #570:
URL: https://github.com/apache/sedona-db/issues/570

   Hello,
   
   I am failing while following the installation instructions on MacOS Tahoe 
26.3:
   
   ```
   python3 -m venv .venv
   source .venv/bin/activate
   pip install "apache-sedona[db]"
   ```
   
   -->
   
   ```
   Collecting apache-sedona[db]
     Using cached 
apache_sedona-1.8.1-cp314-cp314-macosx_10_15_x86_64.whl.metadata (2.9 kB)
   Collecting attrs (from apache-sedona[db])
     Using cached attrs-25.4.0-py3-none-any.whl.metadata (10 kB)
   Collecting shapely>=1.7.0 (from apache-sedona[db])
     Using cached shapely-2.1.2-cp314-cp314-macosx_10_13_x86_64.whl.metadata 
(6.8 kB)
   INFO: pip is looking at multiple versions of apache-sedona[db] to determine 
which version is compatible with other requirements. This could take a while.
   Collecting apache-sedona[db]
     Using cached apache_sedona-1.8.0.tar.gz (163 kB)
     Installing build dependencies ... done
     Getting requirements to build wheel ... done
     Preparing metadata (pyproject.toml) ... done
     Using cached apache_sedona-1.7.2-cp314-cp314-macosx_26_0_x86_64.whl
   WARNING: apache-sedona 1.7.2 does not provide the extra 'db'
   Collecting numpy>=1.21 (from shapely>=1.7.0->apache-sedona[db])
     Using cached numpy-2.4.2-cp314-cp314-macosx_14_0_x86_64.whl.metadata (6.6 
kB)
   Using cached shapely-2.1.2-cp314-cp314-macosx_10_13_x86_64.whl (1.8 MB)
   Using cached numpy-2.4.2-cp314-cp314-macosx_14_0_x86_64.whl (6.5 MB)
   Using cached attrs-25.4.0-py3-none-any.whl (67 kB)
   Installing collected packages: numpy, attrs, shapely, apache-sedona
   Successfully installed apache-sedona-1.7.2 attrs-25.4.0 numpy-2.4.2 
shapely-2.1.2
   
   [notice] A new release of pip is available: 25.3 -> 26.0
   [notice] To update, run: pip install --upgrade pip
   ```
   
   Note the following line:
   ```
   WARNING: apache-sedona 1.7.2 does not provide the extra 'db'
   ```
   
   Then, in a new Python file:
   ```
   import sedona.db
   sd = sedona.db.connect()
   ```
   
   When running this file:
   ```
   Traceback (most recent call last):
     File "/Users/schneema/Downloads/sed/foo.py", line 1, in <module>
       import sedona.db
   ModuleNotFoundError: No module named 'sedona.db'
   ```
   
   I feel like I'm missing something really simple here 🤔 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to