0

IDF+ MAC still works?

Recently I got an iMac in my hands and I would like to run some E+ tests without installing windows in its drive.

following the question here https://unmethours.com/question/41153... from @Yi Zhang, I checked @Andyrew 's answer but the steps described don't seem to work for me.

after running step 2 python3 setup.py install terminal returns

running install running bdist_egg This command is available on Debian/Ubuntu only.

any clue/workarround?

thank you in advance.

Jpipp's avatar
1
Jpipp
asked 2020-04-02 14:23:49 -0500
Aaron Boranian's avatar
14.1k
Aaron Boranian
updated 2020-04-03 12:03:08 -0500
edit flag offensive 0 remove flag close merge delete

Comments

Jpipp's avatar Jpipp (2020-04-02 14:30:05 -0500) edit
add a comment see more comments

1 Answer

1

Hi, unfortunately I don't have a Mac to test on, so this is the least supported platform. But, it should technically work so try something like this after extracting the zip/repository:

pip3 install -r requirements.txt
python3 main.py

Also, please not that I've moved development over to github here and merged all the most recent changes and fixes into the master branch. Please try this one going forward. So far, I've focused on the installers which I now have for windows and Ubuntu. I will try to get setup.py in shape eventually also.

Matt Doiron's avatar
131
Matt Doiron
answered 2020-04-03 17:19:00 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments