compas
compas copied to clipboard
Blender 3.1.2 - ValueError
Describe the bug
After running successfully compas_blender.uninstall
, Blender python always throws me the following error;
ValueError: compile(): unrecognised flags
To Reproduce Steps to reproduce the behavior:
- Scripting inside Blender 3.1.2
- Literally, anything, e.g.
print(5)
-
ValueError: compile(): unrecognised flags
Expected behavior Scripting working, along with compas for blender.
Desktop (please complete the following information):
- OS: macOS Monterey 12.4
- Python version: 3.10.4
- Python package manager: conda
Additional context There is a temporary workaround by Tom, which you can find here. :)