Hi Mar, I'm not totally clear what you're trying to do. It seems that you're trying to use QGis on MacOS and there is some problem with GDAL?
PyCharm is a Python IDE whereas gdal is a C++ library. PyCharm will not help you compile gdal If you are wanting to compile gdal, the linux instructions are generally pretty close to what you need on MacOS https://trac.osgeo.org/gdal/wiki/BuildingOnUnix This list is more centred on the development of gdal, and I do not think you'll find what you need here. I know the gdal+Qgis on macos can be fiddly, I have found the QGIS installer from here https://qgis.org/en/site/forusers/download.html to work well, but you might also want to check out qgis from homebrew ( https://brew.sh/) which also takes care of the gdal installation for you https://formulae.brew.sh/cask/qgis but if that still doesn't work for you I would post to the QGis mailing list with a more specific problem + question so they can better help you. https://qgis.org/en/site/forusers/support.html Cheers Chris On Wed, Nov 25, 2020 at 5:54 AM Marcela P <[email protected]> wrote: > CAUTION: External to USask. Verify sender and use caution with links and > attachments. Forward suspicious emails to [email protected] > > Hi, my name is Mar, > I need help about how to work gdal in macOS. > I have got several problems with gdal in qgis and I am attempting to set > it on pycharm. I am a newbie and I don“t know how to look for help on it. > Could you help me? > Thanks in advance > > Mar > > _______________________________________________ > gdal-dev mailing list > [email protected] > https://lists.osgeo.org/mailman/listinfo/gdal-dev >
_______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
