compas icon indicating copy to clipboard operation
compas copied to clipboard

Blender 3.1.2 - ValueError

Open dimitrioschatzinikolis opened this issue 2 years ago • 0 comments

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. :)

dimitrioschatzinikolis avatar Jun 02 '22 17:06 dimitrioschatzinikolis