DataBrewery / cubes

[NOT MAINTAINED] Light-weight Python OLAP framework for multi-dimensional data analysis
http://cubes.databrewery.org
Other
1.49k stars 313 forks source link

ModuleNotFoundError: No module named 'model' #499

Closed keenborder786 closed 1 year ago

keenborder786 commented 3 years ago

When Importing create_table_from_csv from cubes.tutorial.sql, the following error is raised:

` Traceback (most recent call last):

File "C:\Users\Mohammad.Khan\Anaconda3\libs\Accesing OLAP data\Olapy\Testing.py", line 12, in from cubes.tutorial.sql import create_table_from_csv

File "C:\Users\Mohammad.Khan\AppData\Roaming\Python\Python38\site-packages\cubes__init__.py", line 7, in from model import *

ModuleNotFoundError: No module named 'model' `