qgis / homebrew-qgisdev

Homebrew recipes for QGIS and MacOS
38 stars 31 forks source link

Launching QGIS 3 dev for the first time error #43

Closed arthuragone closed 7 years ago

arthuragone commented 7 years ago

TypeError: expected str, bytes or os.PathLike object, not NoneType Traceback (most recent call last): File "/usr/local/Cellar/qgis3-dev/2.99/QGIS.app/Contents/MacOS/../Resources/python/plugins/processing/algs/grass7/Grass7AlgorithmProvider.py", line 73, in load Grass7Utils.grassHelpPath())) File "/usr/local/Cellar/qgis3-dev/2.99/QGIS.app/Contents/MacOS/../Resources/python/plugins/processing/algs/grass7/Grass7Utils.py", line 506, in grassHelpPath localPath = os.path.join(Grass7Utils.path, 'docs/html') File "/usr/local/opt/python3/Frameworks/Python.framework/Versions/3.6/lib/python3.6/posixpath.py", line 78, in join a = os.fspath(a) TypeError: expected str, bytes or os.PathLike object, not NoneType

OSx Installed via Homebrew

pat-s commented 7 years ago

@arthuragone I also get the same error. However, everything seems to work fine so far. Did you experience any usage issues?

dakcarto commented 7 years ago

Hi @arthuragone, thanks for reporting!

This is an upstream issue, and unrelated to the qgis3-dev formula.

Please report upstream.