CityFlow icon indicating copy to clipboard operation
CityFlow copied to clipboard

Inconsistency with pytorch

Open oroojlooy opened this issue 4 years ago • 0 comments

It seems that there is some level of inconsistency with pytorch, such that I cannot import cityflow and torch together. See below:

import cityflow
import torch 
Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)  

oroojlooy avatar Apr 15 '20 18:04 oroojlooy