Open Shredderroy opened 2 years ago
I have the same problem.
try adding py_modules=['hgraph']
to your setup.py
, it should look like:
from setuptools import find_packages, setup
setup(
name='hgraph2graph',
author='Wengong Jin',
py_modules=['hgraph']
)
@roselightheart thank you! That appears to have solved the problem.
Hi,
I installed all the dependencies via conda in an environment called jtvae. Then, after cloning the repository, I ran:
But I got the following error:
Any idea what might be going on? I am running Ubuntu 22.04.