Yes, same for me, no Draft workbench!
Path works like a charm now, thanks!looo wrote: ↑Wed Dec 05, 2018 3:44 am
The important thing is to have the channels in the right order. The higher-priority channel must be listed first. Sorry for giving wrong instructions previously.
Another way is to activate the freecad env and update freecad:
Code: Select all
initConda # assuming you activate the base-env with initConda source activate freecad # assuming your freecad-env is named "freecad" conda update freecad -c freecad/label/dev -c conda-forge
No. If you want to create an environment which contains python3 and freecad via conda you first need conda. So conda is the package-manager and python, freecad, .... are the packages that can be installed with conda.
OS: macOS 10.14
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.18.15671 (Git)
Build type: Release
Branch: master
Hash: 28cbe2bd8986701bb7404842cf60138957e23ed6
Python version: 3.6.7
Qt version: 5.6.2
Coin version: 4.0.0a
OCC version: 7.3.0
Locale: French/France (fr_FR)
Code: Select all
# I installled miniconda 37
initConda
# I tried with python=3.7 but not working
conda create --name freecad_py36 python=3.6 freecad -c freecad/label/dev -c conda-forge
source activate freecad_py36
# for further daily updates
conda update freecad -c freecad/label/dev -c conda-forge
FreeCAD
I am testing further using the BIM workbench.Also the macos system menubar on top does not respond after launch. It works fine after focusing on another application and then back to freecad