Hello,
I hope that my question is not incongruous, but since a month, the daily release of Freecad for MacOS is blocked a release 14976 (windows is 15299). Is this normal?
Frederic
Code: Select all
turbo$ ./FreeCAD
dyld: Library not loaded: @rpath/libpython3.6m.dylib
Referenced from: /Users/turbo/Downloads/freecad-0.18b0-py36h0cd6dba_19/bin/./FreeCAD
Reason: image not found
Abort trap: 6
Code: Select all
conda create -n freecad freecad -c conda-forge -c freecad/label/dev
I'm afraid Peter is too busy right now, but there is light at the end of the tunnel: https://forum.freecadweb.org/viewtopic. ... 46#p265046leonardshelby wrote: ↑Sat Dec 01, 2018 11:45 pmI've got xcode and homebrew but I can't get FreeCAD compiled from master yet. I'd like to help get this sorted but I wouldn't even know where to start and look for the right information.
On a friends mac the startpage was not working, also toolbars were not restored. Is it working for you?@looo: I have FreeCAD working from condo. It seems to work fine so far. Is there anything I should test? It is not an app bundle, so I cannot test that freeze bug.
Code: Select all
turbos-MBP:~ turbo$ sudo python ./Google\ Drive/Bloom/Produktentwicklung/K40\ LASERCUTTER/K40_Whisperer-0.25_src/k40_whisperer.py
Password:
Unable to load USB library (Sending data to Laser will not work.)
Traceback (most recent call last):
File "./Google Drive/Bloom/Produktentwicklung/K40 LASERCUTTER/K40_Whisperer-0.25_src/k40_whisperer.py", line 28, in <module>
from svg_reader import SVG_READER
File "/Users/turbo/Google Drive/Bloom/Produktentwicklung/K40 LASERCUTTER/K40_Whisperer-0.25_src/svg_reader.py", line 28, in <module>
import inkex
File "/Users/turbo/Google Drive/Bloom/Produktentwicklung/K40 LASERCUTTER/K40_Whisperer-0.25_src/inkex.py", line 35, in <module>
from lxml import etree
ModuleNotFoundError: No module named 'lxml'
turbos-MBP:~ turbo$ which python
/Users/turbo/miniconda3/bin/python