You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using an Anaconda environment and I have changed the make_install.cmake to the Conda prefix of my environment. Also I have moved the openshot.py and the _openshot.so to the site-package folder otherwise python will not find the package. The output are as follows:
(video_edit) username@my_macbook video_edit % python
Python 3.10.14 (main, May 6 2024, 14:47:20) [Clang 14.0.6 ] on darwin
Type "help", "copyright", "credits" or "license"for more information.
>>> import openshot
zsh: segmentation fault python
I have read similar issue but there is no way to run sudo ldconfig on Mac OS but I have tried to run source ~/.tcshr but it is not solving the problem @duzy@dankamongmen
The text was updated successfully, but these errors were encountered:
I am using an Anaconda environment and I have changed the make_install.cmake to the Conda prefix of my environment. Also I have moved the openshot.py and the _openshot.so to the site-package folder otherwise python will not find the package. The output are as follows:
I have read similar issue but there is no way to run
sudo ldconfig
on Mac OS but I have tried to runsource ~/.tcshr
but it is not solving the problem @duzy @dankamongmenThe text was updated successfully, but these errors were encountered: