Closed SamBurkart closed 2 years ago
Thanks for reporting this. We will get back to you soon.
Does it work with just an editor and running it in native python ?
On Jan 2, 2018 1:29 PM, "Samuel Burkart" notifications@github.com wrote:
Import of CCIT in Jupyter (after installing with pip install ccit) throws an error:
ModuleNotFoundError: No module named 'DataGen'
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/rajatsen91/CCIT/issues/2, or mute the thread https://github.com/notifications/unsubscribe-auth/AJswiXTuUNpOzTt_ZeePfZV7RtLT5Hbqks5tGnVwgaJpZM4RQ7WU .
I just installed CCIT on a fresh virtual environment in order to check the working. Here are the steps I followed:
1.Install virtualenv (if it is not installed already)
After this I opened python, and import seems to work fine. I tested it in jupyter notebook as well. Please let me know if the issue is only in native python or in jupyter notebook? Also can you please try : from CCIT import *
Import of CCIT in Jupyter (after installing with pip install ccit) throws an error:
ModuleNotFoundError: No module named 'DataGen'