Skip to content

Commit 03d76b8

Browse files
authored
Update 1- Installation.md
farm-ng-core troubleshooting for mac users
1 parent 2da4243 commit 03d76b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/1. App/1- Installation.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,5 @@ npm run server
9191
## Troubleshooting
9292
- If the path in `package.json` is not properly populated, a `Failed to upload file` error will appear. Make sure the path points to an existing and accessible directory. This error will also be seen if the Flask Server fails to start.
9393
- To ensure that the app is properly running in Docker, after the command `npm start gemini`, ensure that the terminal is NOT cleared (meaning you should be able to scroll up and see previous commands). If the terminal is cleared (you are unable to scroll up to view previous commands), the app is not running in Docker properly. Restart Docker and try again.
94-
- Certain errors during orthophoto generation can be solved by manual deletion of the `~/GEMINI-App-Data/temp` directory. If generation is repeatedly failing, delete `temp` before the next attempt.
94+
- Certain errors during orthophoto generation can be solved by manual deletion of the `~/GEMINI-App-Data/temp` directory. If generation is repeatedly failing, delete `temp` before the next attempt.
95+
- If you encounter an error during installation of `farm-ng-core` such as `error: variable length arrays in C++ are a Clang extension [-Werror,-Wvla-cxx-extension]`, it means the compiler is treating warnings as errors due to the `-Werror` flag. To resolve this, open the `setup.py` file inside the `farm-ng-core` directory and remove the `"-Werror"` entry from the `extra_compile_args` list. This will allow the build to proceed even when compiler warnings are present. (Common for MacOS users)

0 commit comments

Comments
 (0)