davidhstocker / Graphyne

Graphyne is a smart graph - a property graph capable to actively reacting to changes and incorporating decision making logic, written in Python. It is designed to be easy to integrate into your Python projects, simple to use and very powerful. It uses Memetic as its graph definition and query language. It is capable of running with or without persistence.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem with new versions of python?

Pablo2m opened this issue · comments

Hello, I am wanting to test graphyne with python 3.7, is it a problem with the python version or the windows?

from graphyne import Graph
Traceback (most recent call last):
File "", line 1, in
File "c:\users\bios-pc\appdata\local\programs\python\python37\lib\site-packages\graphyne\Graph.py", line 30, in
from .DatabaseDrivers import SQLDictionary
ModuleNotFoundError: No module named 'graphyne.DatabaseDrivers'

No module named 'graphyne.DatabaseDrivers'

Python 3.7.9 (tags/v3.7.9:13c94747c7, Aug 17 2020, 18:58:18) [MSC v.1900 64 bit (AMD64)]
Graphyne-1.2

Sorry for noticing so late. Yeah, I'll analyze this.

The new checkin is mostly working again on 3.7.

804b878

I'll get the last two test cases fixed and then text it on 3.9, before creating a new release.

I closed this too quick... it seems that the wheel is still doing this...