Replies: 3 comments 6 replies
-
Hello !
the issue in installing uimadcad is nothing: of course sudo apt-get --fix-broken install
For the first issue with the backtrace, the first error mentions sudo apt-get install mesa-utils |
Beta Was this translation helpful? Give feedback.
-
Hello !
Thank you for your quick reply. Instead of using the Ubuntu VM I tried installing everything directly on my M1 Pro MacBook Pro. I faced some issues. Could you please help me again ?

Thank you for your time and commitment,
Irvin
… Le 24 janv. 2023 à 20:53, jimy byerley ***@***.***> a écrit :
Hello !
uimadcad
the issue in installing uimadcad is nothing: of course dpkg cannot finish the installation because some of the dependencies are not installed on the system yet. You just need to run apt-get afterward to finish the job and this should work
sudo apt-get --fix-broken install
pymadcad
For the first issue with the backtrace, the first error mentions Requested OpenGL version 330, got 0 meaning openGL failed to initialize. This is probably due to you running in a VM ... openGL needs a GPU driver or a CPU driver.
If you have a modern CPU with multiple cores, mesa <https://mesa3d.org/> can be that CPU driver, this will always be slower than with a GPU of course ...
I did not tried it recently, but the following commandline may install it:
sudo apt-get install mesa-utils
—
Reply to this email directly, view it on GitHub <#66 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AS7V5I42DQYQVGL3QRWAMILWUAXNNANCNFSM6AAAAAAUDTNPJU>.
You are receiving this because you authored the thread.
|
Beta Was this translation helpful? Give feedback.
-
Hello. Preparing metadata (setup.py) ... error × python setup.py egg_info did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. I guess this is an error reading the readme file. Is there any good way to solve this problem? |
Beta Was this translation helpful? Give feedback.
-
Hello everyone,
I tried to install madcad on my Ubuntu for ARM server Virtual Machine, but I am not sure that it worked.
I tried to launch the bearing.py script from the examples, and here is the issue I am facing :
Do you know why nothing is appearing on the screen ?
Then, I tried to install the UIMadCAD package to get the GUI. I faced another issue :
Could you please help me, I need to be able to use this software for an important biomechanics project.
Thank you for your time and commitment !
Beta Was this translation helpful? Give feedback.
All reactions