Hi,
I was trying to create seeds_file with seeds_generator.py, while met this error.
python seeds_generator.py
Traceback (most recent call last): File "seeds_generator.py", line 8, in <module> from . import glob_var ImportError: attempted relative import with no known parent package
I am sure that "glob_var.py" is exited in the current folder '~/pyteiser-master/pyteiser'. How can I run this command successfully?
Thanks,
Zheyang
Hi,
I was trying to create seeds_file with seeds_generator.py, while met this error.
Traceback (most recent call last): File "seeds_generator.py", line 8, in <module> from . import glob_var ImportError: attempted relative import with no known parent packageI am sure that "glob_var.py" is exited in the current folder '~/pyteiser-master/pyteiser'. How can I run this command successfully?
Thanks,
Zheyang