analogdevicesinc / libsmu

Software abstractions for the analog signal exploration tools.
http://analogdevicesinc.github.io/libsmu/
BSD 3-Clause "New" or "Revised" License
32 stars 31 forks source link

macos installation instructions issue #167

Closed saraheno closed 3 years ago

saraheno commented 4 years ago

Hi Alexandra, Doug, We are now having another problem with our MacOS boards. A student was running the dc-meter.sh last week successfully on Cataline MacOS. He was playing with the ADALM1000 between the labs, and now the program hangs. It does open up, but he cannot change any of the settings, etc. We noticed there were fixes for hanging with macos in the latest release and so wanted to install it and see if this fixed his issue. We went to https://github.com/analogdevicesinc/libsmu/blob/master/README.md to follow the MacOS instructions. However, one of the listed commands does not work. brew install python3 python3-setuptools python3-pip

I attach a screen grab with the error Any help would be appreciated.

Screen Shot 2020-09-21 at 10 29 57 AM
AlexandraTrifan commented 4 years ago

Please try to run: brew install python3 sudo pip3 install --upgrade pip sudo pip3 install setuptools sudo pip3 install cython

-Alexandra

saraheno commented 4 years ago

Hi Alexandra. I notice that the official instructions in the Readme still have the old command. would it make sense to change that to these?

AlexandraTrifan commented 4 years ago

Hi,

I updated the documentation to only install "python3" package.

-Alexandra

AlexandraTrifan commented 3 years ago

Closing this. Can be reopened if there are any other issues.