Skip to content
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.

How to handle failing shapely installation? #16

Closed
gplssm opened this issue Jun 6, 2016 · 1 comment
Closed

How to handle failing shapely installation? #16

gplssm opened this issue Jun 6, 2016 · 1 comment

Comments

@gplssm
Copy link
Contributor

gplssm commented Jun 6, 2016

Installation of oemof.db requires the package shapely to be installed. The installation of shapely via pip3 fails with following message

OSError: Could not find library geos_c or load any of its variants ['libgeos_c.so.1', 'libgeos_c.so']

Available solutions (Workarounds)

  • For Linux: sudo apt-get install libgeos-dev
  • Windows: please add if you know about (it was something with the installation of libgeos from pre-built binary package)

This enables us to regularly install shapely via pip3 install shapely.

How can we automize this solution/workaround to enable new users to smoothly install oemof.db?

@uvchik
Copy link
Member

uvchik commented May 25, 2020

Shapely is no longer a requirement of oemof.db.

@uvchik uvchik closed this as completed May 25, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants