wilsonrljr / sysidentpy

A Python Package For System Identification Using NARMAX Models
https://sysidentpy.org
BSD 3-Clause "New" or "Revised" License
380 stars 77 forks source link

Installation Mac M1 chip #89

Closed AntoineDubois closed 1 year ago

AntoineDubois commented 1 year ago

Greeting, Thank you for this amazing package. I have a Mac 2022 with M1 chip and I failed to install the SysIdentPy. Do you know how to circumvent the problem? Thanks!

wilsonrljr commented 1 year ago

Hey @AntoineDubois, thanks!

Are you getting any error message? Besides, how did you try to install it (virtual environment, python version)?

I don't have a Mac, but I'll try my best to help you out with this issue.

AntoineDubois commented 1 year ago

I install sysidentpy with pip3. The installation is successful but my IDE (sublime and VScode) do not find the package.

wilsonrljr commented 1 year ago

Are you using a virtual environment? Seems like a problem where vscode is not pointing to the right environment/interpreter. Could you try to open a Python session in your terminal and import the package?

AntoineDubois commented 1 year ago

I think I had a problem with SublimeText 😅 It works now Sorry for the time lost, and thank you for the quick reply

wilsonrljr commented 1 year ago

No problem at all! I'm glad you fix it. I'm closing this issue but feel free to open a new one if you find any other problem.