DrBwts
DrBwts

Reputation: 3657

PythonOCC conda install broken?

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...

enter image description here

Is it no longer active?

Upvotes: 0

Views: 1161

Answers (1)

tale852150
tale852150

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

Related Questions