Ryven (dataflow editor for Python) gaining support for 3D

Do you think the path should be using the ‘\’ and not the ‘/’ in the following line?

C:/Users/willa/Desktop/Xtensions/Pythonocc-nodes-for-Ryven-main/nodes.py

Good question, see:

Revisiting the PythonOCC install:

conda create --name=pyoccenv python=3.9
conda activate pyoccenv
conda install -c conda-forge pythonocc-core=7.5.1 occt=7.5.1
pip install ryven

Download .zip archive of:

unzip to:

C:\Users\<YOUR USER DIRECTORY>\miniconda3\envs\pyoccenv

Then, cd into that directory:

cd C:\Users\<YOUR USER DIRECTORY>\miniconda3\envs\pyoccenv\pythonocc-utils-master

python setup.py install

Success!

1 Like

This topic was automatically closed after 30 days. New replies are no longer allowed.