compas-dev / compas-dev/compas
Blender 3.1.2 - ValueError
- Dominant language
- Python
- Stars
- 386
- Forks
- 122
- Avg merge
- 11d 46m
- Merged PRs (30d)
- 1
Description
**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:
1. Scripting inside Blender 3.1.2
2. Literally, anything, e.g. ```print(5)```
3. ```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](https://forum.compas-framework.org/t/blender-3-1-2-valueerror/593/2). :)
Contributor guide
Assessment
This issue has not been assessed yet.