Not able to import modules on colab #88

Closed
opened 2025-10-14 17:45:25 -06:00 by navan · 0 comments
Owner

Originally created by @AnushaSRao on 3/5/2021

Hello,
I was trying to run DeepPurpose on colab. I have followed the same steps mentioned in the colab notebook present in README https://colab.research.google.com/drive/1eF60BwGX6PnB91vpx5dRxFa72e6-MYuZ?usp=sharing

There is no error in the installation procedure. But i am not able to import anything.
ImportError Traceback (most recent call last)
in ()
----> 1 from DeepPurpose import utils

ImportError: cannot import name 'utils'

*Originally created by @AnushaSRao on 3/5/2021* Hello, I was trying to run DeepPurpose on colab. I have followed the same steps mentioned in the colab notebook present in README https://colab.research.google.com/drive/1eF60BwGX6PnB91vpx5dRxFa72e6-MYuZ?usp=sharing There is no error in the installation procedure. But i am not able to import anything. ImportError Traceback (most recent call last) <ipython-input-44-3550f156572d> in <module>() ----> 1 from DeepPurpose import utils ImportError: cannot import name 'utils'
navan closed this issue 2025-10-14 17:45:26 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github/DeepPurpose#88
No description provided.