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

Segmentation fault importing PyTorch with Torch 1.0.0 #44

Open
lpuglia opened this issue Jan 26, 2019 · 0 comments
Open

Segmentation fault importing PyTorch with Torch 1.0.0 #44

lpuglia opened this issue Jan 26, 2019 · 0 comments

Comments

@lpuglia
Copy link

lpuglia commented Jan 26, 2019

Hello,

First of all thank you for the library, it worked like a charm until i upgraded torch to the most recent version (1.0.0), here is what i get on my machine:

>>> import PyTorch
>>> import torch
>>> torch.zeros(10)
Fatal Python error: Segmentation fault

or if you import Torch before PyTorch:

>>> import torch
>>> import PyTorch
Fatal Python error: Segmentation fault

Do you think there is a easy fix to solve this incompatibility?

My system:

> python --version
Python 3.6.5 :: Anaconda, Inc.
> pip list | grep -i torch
PyTorch (4.1.1-SNAPSHOT)
torch (1.0.0)
@lpuglia lpuglia changed the title Segmentation fault importing PyTorch with Torch 1.0 Segmentation fault importing PyTorch with Torch 1.0.0 Jan 26, 2019
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

1 participant