taichi-dev / community

14 stars 7 forks source link

couldn't install scene package #20

Closed Mmmofan closed 2 years ago

Mmmofan commented 2 years ago

Try to run taichi demo but can't install scene package, tried:

  1. run pip install scene (which only scene-0.0.1 find, but the scene/scene.py is empty)
  2. find source code from https://pypi.org/project/scene/ which is as same as from (1.)

These method got error Can't import 'Scene' from 'scene'...

Any solutions ?