Bug report #18992
Unable to run any grass process under macOS X.13.4
Status: | Closed | ||
---|---|---|---|
Priority: | High | ||
Assignee: | - | ||
Category: | GRASS | ||
Affected QGIS version: | 3.4.3 | Regression?: | Yes |
Operating System: | Mac OS X.13.4 | Easy fix?: | No |
Pull Request or Patch supplied: | No | Resolution: | no timely feedback |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 26823 |
Description
After clean install on MacOS X 10.13.4, I was not able to run any off the grass tools.
First error was "python3 file not found" this was easy to fix by adding the good path in my PATH variable
Capture d’écran 2018-05-20 à 10.09.34.png shows the error when running grass
The error shows a missing folder /<UNKNOWN>/<UNKNOWN>
I tried to create this folder and gives it full rights:
sudo mkdir -p "/<UNKNOWN>/<UNKNOWN>" ; sudo chmod -R ugo+rwx "/<UNKNOWN>"
After that I still can't run v.drape tool (Capture d’écran 2018-05-20 à 10.35.08.png)
Error is: MAPSET <UNKNOWN> - permission denied
Finally I tried to add a TERM=xterm
but I got the same MAPSET <UNKNOWN> - permission denied
History
#1 Updated by Garth Fletcher over 6 years ago
same problem here with QGIS 3.0.3 under Mac OS X 10.12.6
#2 Updated by Nyall Dawson almost 6 years ago
- Status changed from Open to Feedback
Is this still an issue with 3.4?
#3 Updated by Nyall Dawson almost 6 years ago
- Resolution set to no timely feedback
- Status changed from Feedback to Closed
#4 Updated by Giovanni Manghi almost 6 years ago
- Affected QGIS version changed from 3.0.2 to 3.4.3
- Resolution deleted (
no timely feedback) - Status changed from Closed to Open
Nyall Dawson wrote:
Is this still an issue with 3.4?
from what I've heard, yes.
#5 Updated by Alexander Bruy almost 6 years ago
- Status changed from Open to Feedback
IMHO this is an upstream issue, as GRASS itself still uses Python 2, while QGIS needs Python 3. See for example https://github.com/OSGeo/homebrew-osgeo4mac/issues/452.
#6 Updated by Giovanni Manghi over 5 years ago
Could the issuer try again on the latest available installers, as also on Lutra's ones? https://lutraconsulting.github.io/qgis-mac-packager/
#7 Updated by Alexander Bruy over 5 years ago
- Resolution set to no timely feedback
- Status changed from Feedback to Closed