ModuleNotFoundError: No module named 'dask.dataframe' · Issue ...
github.com › dask › daskJul 27, 2020 · File "E:\Projetos\Aprendendo\Python\Dask\dask.py", line 1, in <module> import dask.dataframe as dd ModuleNotFoundError: No module named 'dask.dataframe'; 'dask' is not a package. You have a file named dask. Python is trying to open that file when you say import dask. Your issue has to do with Python itself, and is not related to a Dask bug.