-
Notifications
You must be signed in to change notification settings - Fork 394
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem installing on FreeBSD #383
Comments
Looks like this is likely to be the same issue as #362 |
This is fixed in master according to git log
Try installing the latest master instead of the release. Cheers |
Thanks guys, that solved it. |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I have installed basemap no problem on my Linux development machine, now I have production ready code, I am setting up basemap on my FreeBSD server. I am trying to install basemap into a virtualenv, I have installed geos:
└─[$]> ls /usr/local/include/geos algorithm geomgraph.h indexBintree.h inline.h noding.h operation.h opRelate.h precision timeval.h version.h export.h geomgraphindex.h indexChain.h io nodingSnapround.h opLinemerge.h opValid.h precision.h triangulate geom geomUtil.h indexQuadtree.h io.h opBuffer.h opOverlay.h planargraph profiler.h unload.h geom.h geosAlgorithm.h indexStrtree.h linearref opDistance.h opPolygonize.h planargraph.h simplify util geomgraph index indexSweepline.h noding operation opPredicate.h platform.h spatialIndex.h util.h
And within my virtualenv I have tried to install basemap and it fails with the below output (note I can install the ports/math/py-basemap, which installs py27-basemap as a system package with no errors, but I am using python3 and also need basemap installed inside my virtualenv), can anyone help debug the below output to try and see what is causing the package to fail installing?
The text was updated successfully, but these errors were encountered: