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

import hiddenlayer Segmentation fault (core dumped) #17

Closed
husencd opened this issue Nov 22, 2018 · 2 comments
Closed

import hiddenlayer Segmentation fault (core dumped) #17

husencd opened this issue Nov 22, 2018 · 2 comments

Comments

@husencd
Copy link

husencd commented Nov 22, 2018

I tried to install hiddenlayer using pip and install it from source code, respectively. But when i import hiddenlayer, i met an error, wich is Segmentation fault (core dumped).

Do you have any idea about this bug?

@waleedka
Copy link
Owner

Typically, Python code doesn't cause a segmentation fault. My best guess is that the error is happening in one of the imported libraries that include binary code. It could be TensorFlow, PyTorch, GraphViz, ...etc. Try this: create a new Python file, and in it put only one import statement to import each of the libraries, one at a time, and see which causes the code to fail.

@philferriere
Copy link
Collaborator

Hi @husencd,

If the information provided above doesn't answer your question or you're still facing issues, feel free to add more details to this thread and re-open this issue.

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

3 participants