mirror of
https://github.com/kexinhuang12345/DeepPurpose.git
synced 2026-04-03 00:19:34 -06:00
Not able to import modules on colab #88
Labels
No labels
bug
bug
enhancement
enhancement
enhancement
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github/DeepPurpose#88
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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'