Error while building software on Mac #75
-
Hello, I am trying to install software on macOS (M1 Sonoma Version 14.3.1) and following the instructions given here https://jacobbumgarner.github.io/VesselVio/Build.html While installing python 3.8.8, I am getting the following message related to zlib
Could anyone please guide me on this? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
Unfortunately this issue seems specific to your installation of homebrew, pyenv, or something related on your M1 and is not related to VesselVio itself. I'm not able to help with this one, sorry. I would consider doing some googling around or possibly asking for help over at the |
Beta Was this translation helpful? Give feedback.
@VijayN10 I encountered the same issues and managed to fix both. Here's what I did:
VesselVio.py
script, I encountered errors about missing packages, such as 'pyvista'. I manually installed all the missing packages one by one.However, I am not entirely sure if all the app's features will function correctly with Python 3.12.4. At least, the app launches now.
I hope this helps! I will keep you updated here about the software's performance.