Closed jpedrick closed 6 years ago
Python 3.5.5 :: Anaconda, Inc on Windows 7
d6stack shows up in "pip list"
However, I get an error when importing even from a python console.
I do see .pyc files in 'Lib/site-packages/d6stack/pycache/'
Did you miss the "t" import d6stack instead of import d6tstack?
import d6stack
import d6tstack
That worked. Thanks.
Python 3.5.5 :: Anaconda, Inc on Windows 7
d6stack shows up in "pip list"
However, I get an error when importing even from a python console.
I do see .pyc files in 'Lib/site-packages/d6stack/pycache/'