Closed hawkaa closed 4 years ago
Looks like I finally got it to run by downgrading GDAL.
First, install gdal 3.0.x
:
brew unlink osgeo-gdal && brew install https://raw.githubusercontent.com/OSGeo/homebrew-osgeo4mac/1fadbac01947f7998554a21001e1b7c186578638/Formula/osgeo-gdal.rb
Then, a downgrade of cfitsio
to 3.4.70
:
brew unlink cfitsio && brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/1343e8b17bc67c1a9b4e170f189b152746246798/Formula/cfitsio.rb
Good! This issue is due to an outdated bottle from the repository, so I will run the process to fix it.
Just for your information, if you face it again, you can add the tag --build-from-source
to the formula instead of downgrading the dependencies.
Thank you! Compiling from source works!
@hawkaa the bottle has been rebuilt with the latest version of PDAL formula https://github.com/OSGeo/homebrew-osgeo4mac/commit/edc163563c06da67cb88f073352eeec3cd3d2ffd
Hi. last week I was running sumo and runner.py file (and my .py files) with no problem (was able to run the sim) but just this morning I "upgraded brew" and now I cannot execute the runner.py (or my .py file). it says " dyld[8939]: Library not loaded: /usr/local/opt/gdal/lib/libgdal.31.dylib Referenced from: /Users/alptekin/Documents/development/sumo-simulator/sumo/bin/sumo-gui Reason: tried: '/usr/local/opt/gdal/lib/libgdal.31.dylib' (no such file), '/usr/local/lib/libgdal.31.dylib' (no such file), '/usr/lib/libgdal.31.dylib' (no such file), '/usr/local/Cellar/gdal/3.6.1/lib/libgdal.31.dylib' (no such file), '/usr/local/lib/libgdal.31.dylib' (no such file), '/usr/lib/libgdal.31.dylib' (no such file) /Users/alptekin/Documents/development/sumo-simulator/sumo/tools/traci/main.py:154: UserWarning: Could not connect to TraCI server using port 49572 (TraCI server already finished). Retrying with different port. warnings.warn(("Could not connect to TraCI server using port %s (%s)." + "
I think this issue is related with this error but tbh I could not understand it much.
I will appreciate if one can explain it explicitly Thanks
Please answers the following
I've...
brew update
twice?)brew gist-logs formula
Describe the bug
Hi all!
I'm trying to get
pdal
running on my machine. Been struggling for some hours now, after manually uninstalling all gdal/pdal related stuff, and fixed all issues reported bybrew doctor
.However,
pdal
references the wrong version of thelibgdal
library. When I installosgeo-pdal
it installsosgeo-gdal/3.1.0_2
that comes withlibgdal.27.dylib
. However,pdal
requireslibgdal.26.dylib
To Reproduce
Expected behavior
pdal
should work. In other words, the formula should installlibgdal.26.dylib
instead oflibgdal.27.dylib
.Additional context
brew doctor
output: