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
same issue for me, and when I added 'from tina.scene.raster import Scene', another error came out as: scene = Scene() File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/tina/scene/raster.py", line 14, in __init__ self.engine = tina.Engine(res) AttributeError: module 'tina' has no attribute 'Engine'
It seems to be relative with the lazy import function 'lazyguard()' in the source code.
Temporarily, i simply changed the return False in site-packages/tina/lazimp.py to return True to disable lazy imports :(. Hope to get an official fix.
Hello!
I tried to install tina using pip and the code downloaded from GitHub. But when I run examples, they all reports errors:
What should I do?
Thank you!
The text was updated successfully, but these errors were encountered: