tpaviot / pythonocc-core

Python package for 3D geometry CAD/BIM/CAM
GNU Lesser General Public License v3.0
1.38k stars 380 forks source link

Pythonocc-core Instalation on miniconda #1118

Open TheNigis opened 2 years ago

TheNigis commented 2 years ago

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:

Any idea for a solution to this? Thanks

okwilkins commented 1 year 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