pythonocc-documentation
pythonocc-documentation copied to clipboard
Error/warnings in building documentation
Hi!,
I get errors/warnings that the module OCC is not found when building the documentation by running "make html". I installed python occ core in a conda (miniforge3) environment and copied this library about the documentation in the same folder. The module OCC is found and works from my conda environment, but apparently not when building the documentation. Is documentation somewhere hosted? Is there documentation which is build already? Can somebody help?
WARNING: Failed to import OCC.GeomConvert. Possible hints:
- ModuleNotFoundError: No module named 'OCC.GeomConvert'
- AttributeError: module 'OCC' has no attribute 'GeomConvert' WARNING: Failed to import OCC.IFSelect. Possible hints:
- ModuleNotFoundError: No module named 'OCC.IFSelect'
- AttributeError: module 'OCC' has no attribute 'IFSelect'