Gérald Gurtner

Results 2 comments of Gérald Gurtner

`pip install shapely cartopy --no-binary shapely --no-binary cartopy` worked for me too on linux mint 17.2 with python 3.

Another thing I do not understand, which might be linked to this. The following code: ```python import simpy def resource_user(env, resource, idd=None): request = resource.request() # Generate a request event...