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
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
This topic was automatically closed after 30 days. New replies are no longer allowed.
Never found this to be very comfortable, and have since changed computers and wasn’t inclined to repeat the install process (cue the XKCD comic about toxic Python installations).
Instead, I’ve been using OpenSCAD (a single installer) or PythonSCAD (an extension w/ Python) and OpenSCAD Graph Editor:
Even simpler is:
https://www.blockscad3d.com/editor/
which is a web application.