Anaconda distribution in python 3 does not find module sky. How to fix it? I install module today, I checked issues the version is newest.
(py36) C:\Users\User\Anaconda3\envs\py36\Lib\site-packages\sky>python
Python 3.6.4 |Anaconda, Inc.| (default, Jan 16 2018, 10:22:32) [MSC v.1900 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
import sky
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\User\Anaconda3\envs\py36\Lib\site-packages\sky\sky.py", line 5, in
from sky.view import view
ModuleNotFoundError: No module named 'sky.view'; 'sky' is not a package