-
Notifications
You must be signed in to change notification settings - Fork 115
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
Unable to install Compile MASS. Error: Could NOT find DART (missing: gui) #26
Comments
Same problem here. Have you found any solution? |
I used to have problems with another Dart Module (Bullet) and reinstalled it using this, yet after that it started throwing the same GUI error. Did you guys manage to fix it ? |
dear boss, please help me !!!! how to sovle it??? My bro!! |
Same problem. I was stuck there. |
Hello, I was getting same error with ubuntu 20.04 with native python 3.8 , also tried with python 3.6 and it didn't solve. Then I tried on ubuntu 18.04 and it solved. But still don't know root of problem. |
Hi, thank you for your try and for giving me a good solution.
2020년 12월 16일 (수) 오후 4:41, ihdurm <[email protected]>님이 작성:
… Hello, I was getting same error with ubuntu 20.04 with native python 3.8 ,
also tried with python 3.6 and it didn't solve. Then I tried on ubuntu
18.04 and it solved. But still don't know root of problem.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#26 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALHTYY25MOUNIB4U5HZ6MXLSVBQBFANCNFSM4OY4LHFA>
.
--
This e-mail is intended only for the named recipient.
Dissemination,
distribution, forwarding, or copying of this e-mail by anyone other than
the intended recipient is prohibited.
If you have received it in error,
please notify the sender by e-mail and completely delete it. Thank you for
your cooperation.
The phrase above is the same as the Korean contents
below.
위 전자우편에 포함된 정보는 지정된 수신인에게만 발송되는 것으로 보안을 유지해야 하는 정보와 법률상 및 기타 사유로
공개가 금지된 정보가 포함돼 있을 수 있습니다.
귀하가 이 전자우편의 지정 수신인이 아니라면 본 메일에 포함된 정보의 전부 또는 일부를
무단으로 보유, 사용하거나 제3자에게 공개, 복사, 전송, 배포해서는 안 됩니다.
본 메일이 잘못 전송되었다면, 전자우편 혹은 전화로
연락해주시고, 메일을 즉시 삭제해 주시기 바랍니다. 협조해 주셔서 감사합니다.
|
Switching to Ubuntu 18.04 that has python 3.6 as a default made running everything a lot smoother than Ubuntu 20.04, where I had various issues with The only thing from the |
Hi, all Looks like I resolved this issue. This root of this issue is that you missed some DART optional library. uninstall DART firstly install all DART library re-install DART then try build MASS again |
-- Found DART: /usr/local/include found components: collision-bullet dart
CMake Error at /usr/local/lib/python3.6/dist-packages/cmake/data/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
Could NOT find DART (missing: gui)
Call Stack (most recent call first):
/usr/local/lib/python3.6/dist-packages/cmake/data/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
/usr/local/share/dart/cmake/DARTConfig.cmake:174 (find_package_handle_standard_args)
render/CMakeLists.txt:7 (find_package)
-- Configuring incomplete, errors occurred!
See also "/home/ubuntu/MASS/build/CMakeFiles/CMakeOutput.log".
The text was updated successfully, but these errors were encountered: