-
Notifications
You must be signed in to change notification settings - Fork 13.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mac Toolchain Installation SHA256 Mismatch & Environment Issues #15028
Comments
Can you try to do:
And for the Python problems, check the newer docs: https://dev.px4.io/master/en/setup/dev_env_mac.html (not the 1.9 that you linked). We now uses |
As a quick and dirty work-around you can just I was unable to reproduce your issue on my machine (macOS 10.15.5). Interestingly, your hashes are exactly the other way around compared to the issue I've had a while back (#14822) which was also related to the issue you mentioned. I would suggest removing the already downloaded version of the files (as suggested in the error message) and then hopefully the hashes match once it downloads again. If this works, it would be a more proper and clean fix. |
Ok, thank you for the confirmation re: 10.15.5. A couple of issues came up- First, I was not using the "master" documentation selector at the top left and was using the "stable" docs. Second, somehow my computer name now has a space and 1 at the end, and I could not delete the hash because of it; thought it was an install issue. Annoying. I was able to reinstall everything, seemingly successfully, but Apple is complaining now: BUILD SUCCESSFUL 2020-06-04 11:04:07.794 java[15402:64888] Apple AWT Internal Exception: NSWindow drag regions should only be invalidated on the Main Thread! I tried to reboot, no change. Have you seen this before? |
Hey guys, I removed all my java versions and reinstalled, rebooted, then verified java version with
I also reinstalled all the software in the "master" procedure after the open java install and still got the error in my previous comment. I then swapped openjdk for Oraclejdk8 from here, and reinstalled everything except openjdk. At some point I noticed another full Firmware folder gots copied into the proper Firmware folder- deleted both and re-cloned.. the jmavsim GUI now starts and takes commands. The first time the GUI loaded after I installed OracleJDK it would not take commands, so I started clean. Now the GUI takes commands and seems fine, but still complains in Terminal:
Hope this helps somebody. :D |
Thanks for the feedback. Regarding jMAVSim: And if you want you can also test this pull request: |
This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions. |
Hello, re-installing the dev toolchain from this page on MacOS 10.15.5 on 6/2/2020 resulted in some errors, similar to closed issue #14744. Are there any quick work-arounds?
Command
brew install px4-dev
led to the following issue :Command
brew install px4-sim
results in:Command
sudo -H pip install pyserial empy toml numpy pandas jinja2 pyyaml
resulted in:The text was updated successfully, but these errors were encountered: