ywx649999311 / EzTao

A Python Toolkit for AGN Time Series Analysis using CARMA models
MIT License
17 stars 9 forks source link

'[7] 76360 bus error python3' on import #60

Closed matthew-lowery closed 2 years ago

matthew-lowery commented 2 years ago

I have a Mac M1 so I suspect that is the issue? No problems with the installation~

import eztao ### works fine from eztao.carma import DRW_term [7] 76360 bus error python3

receiving the same error from: eztao.ts import gpSimRand

with: python==3.9.0 scipy==1.9.0 numba==0.56.0 celerite==0.4.2 emcee==3.1.2 matplotlib==3.5.2

matthew-lowery commented 2 years ago

installed all dependencies I could via conda before installing the rest from pypi.