Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception during an import #11

Closed
vulogov opened this issue Dec 3, 2019 · 1 comment
Closed

Exception during an import #11

vulogov opened this issue Dec 3, 2019 · 1 comment

Comments

@vulogov
Copy link

vulogov commented Dec 3, 2019

Python 3.7 when tried to import Graph, throws exception

`>>> from cog.core import Table

from cog.torque import Graph
Traceback (most recent call last):
File "", line 1, in
File "/Users/vulogov/Library/Python/3.7/lib/python/site-packages/cog/torque.py", line 1, in
from cog.database import Cog
File "/Users/vulogov/Library/Python/3.7/lib/python/site-packages/cog/database.py", line 18, in
from core import Table
ModuleNotFoundError: No module named 'core'`

@arun1729
Copy link
Owner

arun1729 commented Dec 4, 2019

hey @vulogov, sorry Cog currently only runs on python2.7. Support for python 3.x is on the road map.

@vulogov vulogov closed this as completed Dec 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants