You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i can not run the tutorial after installation using following comand (python -m compas_slicer)
Traceback (most recent call last):
File "D:\compas_slicer-master\examples\1_planar_slicing_simple\example_1_planar_slicing_simple.py", line 5, in
import compas_slicer.utilities as utils
File "C:\Users\codefab\anaconda3\envs\my-project\lib\site-packages\compas_slicer_init_.py", line 64, in
from .slicers import * # noqa: F401 E402 F403
File "C:\Users\codefab\anaconda3\envs\my-project\lib\site-packages\compas_slicer\slicers_init_.py", line 35, in
from .base_slicer import * # noqa: F401 E402 F403
File "C:\Users\codefab\anaconda3\envs\my-project\lib\site-packages\compas_slicer\slicers\base_slicer.py", line 12, in
from compas.datastructures import mesh_bounding_box
ImportError: cannot import name 'mesh_bounding_box' from 'compas.datastructures' (C:\Users\codefab\anaconda3\envs\my-project\lib\site-packages\compas\datastructures_init_.py)
Desktop (please complete the following information):
OS: Win10 anaconda 3
The text was updated successfully, but these errors were encountered:
same here..
When I create the virtual environment for compas_slicer using the conda-forge channel it takes
compas_slicer 0.6.1-pyhd8ed1ab_0
with
compas 2.6.1-pyhd8ed1ab_0
But according to environment.yml compass should be version 1.16.0
The error comes because compas.datastructures.volmesh_bounding_box was removed in compass 2.0.x.
Hi, i can not run the tutorial after installation using following comand (python -m compas_slicer)
Traceback (most recent call last):
File "D:\compas_slicer-master\examples\1_planar_slicing_simple\example_1_planar_slicing_simple.py", line 5, in
import compas_slicer.utilities as utils
File "C:\Users\codefab\anaconda3\envs\my-project\lib\site-packages\compas_slicer_init_.py", line 64, in
from .slicers import * # noqa: F401 E402 F403
File "C:\Users\codefab\anaconda3\envs\my-project\lib\site-packages\compas_slicer\slicers_init_.py", line 35, in
from .base_slicer import * # noqa: F401 E402 F403
File "C:\Users\codefab\anaconda3\envs\my-project\lib\site-packages\compas_slicer\slicers\base_slicer.py", line 12, in
from compas.datastructures import mesh_bounding_box
ImportError: cannot import name 'mesh_bounding_box' from 'compas.datastructures' (C:\Users\codefab\anaconda3\envs\my-project\lib\site-packages\compas\datastructures_init_.py)
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: