Open TheNigis opened 2 years ago
It's either going to be that pythonocc-core=7.5.1
is incompatible with the Python version you have installed in your Conda environment or there is a a conflict between pythonocc-core
and occt
.
What happens when you just run these commands:
conda create --name=pyoccenv python=3.9
source activate pyoccenv
conda install -c conda-forge pythonocc-core=7.7.0
Hello everyone, now I'm trying to install PythonOCC-Core in a vps with conda (In my computer works me but not in my vps), but I saw the issues about the instalation and doesn't works me. The ways I tried:
README.md, and in this command
conda install -c conda-forge pythonocc-core=7.5.1 occt=7.5.1
, returns meconda install -c conda-forge -c dlr-sc -c pythonocc -c oce pythonocc-core==0.18.1
, returns me#1058, with this command
conda install -c conda-forge pythonocc-core=7.5.1 occt=7.5.1
, returns meAny idea for a solution to this? Thanks