Reputation: 3657
Win 10 x54 Python2.7, Anaconda
I'm tryng to install the PythonOCC library with conda install -c pythonocc pythonocc-core=0.17.3
But it appears broken...
Is it no longer active?
Upvotes: 0
Views: 1161
Reputation: 1628
Try
conda install -c https://conda.anaconda.org/dlr-sc pythonocc-core
or
conda install -c dlr-sc pythonocc-core=0.17.3
Upvotes: 1