Tyler Alden Gubala
Tyler Alden Gubala
It seems the problem here is the Python SVN module I rely on. ``` svn.exception.SvnException: Command failed with (72): ['svn', '--non-interactive', 'ls', 'https://svn.blender.org/svnroot/bf-blender//tags'] svn: error: Failed to locate 'svn'. svn:...
Could you look at the below and see if it matches the description of your issue? https://stackoverflow.com/questions/55898903/library-not-loaded-error-after-upgrade-python-with-homebrew It seems as though the Python library itself is having trouble being found....
Probably it is searching for the library frameworks version of Python because that's where I had my Python installed at build time. I have to wonder if that gets embedded...
Maybe I am wrong. I will check on the blender dev talk this weekend when I am off work and post a link unless you want to do that yourself....
Ah don't worry about it. I'll look into it over the weekend and try to recreate your setup and see if I can reproduce the error. On Fri, Jul 31,...
So I looked at this but I don't get as verbose of an error as you are getting. Click to expand log ```bash tylergubala@Tylers-Mac-mini Python % brew install [email protected] tylergubala@Tylers-Mac-mini...
Sorry, I think I need to know a little bit more about your Python environment. * Did you install CPython via `brew`? I am assuming yes since it's in the...
@ConstantinosM My apologies as I have come up almost entirely empty-handed with several hours of work looking into this. Have you been able to look into this yourself at all?...
@brianc5 Did you install Python through `brew`? If so, you may be able to fix it by doing something as simple as removing the `brew` Python installation and installing [Python3.7.X...
@lakex24 I'm moving this to a new issue because I'm not sure what's causing the seg fault even though Blender seemingly works fine anyways.