davidhstocker/Graphyne

Problem with new versions of python?

Pablo2m opened this issue · 4 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...