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

SystemError: Parent module '' not loaded, cannot perform relative import #19

Open
SamsadSajid opened this issue Apr 16, 2019 · 2 comments

Comments

@SamsadSajid
Copy link

Got the following error while installing the library

Traceback (most recent call last):
  File "weighted_voro.py", line 1, in <module>
    import pyvoro
  File "/home/shamsad/Documents/garbage/thesis_simulation/lib/python3.5/site-packages/pyvoro/__init__.py", line 1, in <module>
    import voroplusplus
  File "voroplusplus.pyx", line 36, in init pyvoro.voroplusplus (pyvoro/voroplusplus.cpp:2696)
SystemError: Parent module '' not loaded, cannot perform relative import

Don't know what's wrong!

System config:

64bit architecture
Ubuntu 16.04
@liangtianumich
Copy link

Did you use python 3 instead of python 2:
Kitt-AI/snowboy#316
use python 2 should work

@SamsadSajid
Copy link
Author

will take a look.. thanks

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