doyubkim / fluid-engine-dev

Fluid simulation engine for computer graphics applications

Home Page:https://fluidenginedevelopment.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

running the Python example show error

xiaomintongxue opened this issue · comments

running the example use "python src/examples/python_examples/smoke_example01.py" in the windows, shows the error like:Traceback (most recent call last):
File "src/examples/python_examples/smoke_example01.py", line 11, in
from pyjet import *
File "", line 1031, in _handle_fromlist
File "", line 1026, in _handle_fromlist
TypeError: Item in pyjet.all must be str, not dtype[void]

what's the problem?

really thanks~~

Uh oh. Let me check and see what's going on. Thanks!

@xiaomintongxue I wasn't able to reproduce the error. Which platform/python environment did you use? Do you mind sharing the steps (command line commands) you used?

Ok I think you got the other "pyjet". Unfortunately that name is reserved by other library with the same name. You can uninstall existing pyjet from your environment and reinstall Jet Framework by running "pip install -U ." inside this repo directory (assuming you already git cloned it).

Hope this helps and let me know if you still encounter an issue.

Great to hear @xiaomintongxue ! Let me know if you run into any other problems.