-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Installed module to clean virtual environment by
python -m pip install basdInstallation was successful.
Tried to run help of basd and get this:
basd --help
Traceback (most recent call last):
File "/Users/aleksandrsmirnov/Dropbox/Development/python-playground/venv/bin/basd", line 5, in <module>
from basd import main
File "/Users/aleksandrsmirnov/Dropbox/Development/python-playground/venv/lib/python3.12/site-packages/basd/__init__.py", line 45, in <module>
from .cad import create_cad
File "/Users/aleksandrsmirnov/Dropbox/Development/python-playground/venv/lib/python3.12/site-packages/basd/cad/__init__.py", line 43, in <module>
import cadquery as cq
File "/Users/aleksandrsmirnov/Dropbox/Development/python-playground/venv/lib/python3.12/site-packages/cadquery/__init__.py", line 10, in <module>
from .occ_impl.geom import Plane, BoundBox, Vector, Matrix, Location
File "/Users/aleksandrsmirnov/Dropbox/Development/python-playground/venv/lib/python3.12/site-packages/cadquery/occ_impl/geom.py", line 5, in <module>
from OCP.gp import (
ModuleNotFoundError: No module named 'OCP'Installing OCP module did not help.
python -m pip install ocpMy system is macOS with M2 chip.
Metadata
Metadata
Assignees
Labels
No labels