Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question
1

IDF+ MAC still works?

asked 5 years ago

Jpipp's avatar

updated 5 years ago

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.

Preview: (hide)

Comments

Jpipp's avatar Jpipp  ( 5 years ago )

1 Answer

Sort by » oldest newest most voted
1

answered 5 years ago

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.

Preview: (hide)
link

Comments

Hello @Matt Doiron,
Just wanted to start by saying thank you for creating the IDF+ editor. (It's a lot easier on my eyes than the IDF Editor.) I'm trying to make your project compatible with the latest versions of EnergyPlus IDFs, but it's a bit more difficult than I'd hoped. Before investing too much time modifying your code, are you aware of any other IDF Editor clones that have vector based text. (The pixel based text in the IDF Editor is not great for my eyes.)

Mitchal Dichter's avatar Mitchal Dichter  ( Feb 24 )

Have you tried epJSON Editor?

https://github.com/ORNL-BTRIC/epJSON-...

I am the author of both IDF Editor and epJSON Editor and have also used IDF+

JasonGlazer's avatar JasonGlazer  ( Feb 24 )

@JasonGlazer I downloaded the repo and tried to run it, but I'm getting an error from
import wx
ModuleNotFoundError: No module named 'wx'
I've tried using setup.py and using pyinstaller with the main.spec file. (I didn't try the linux_onefile_main.spec since I'm on windows.) I'm finding search results for difficulties with wx post python2.7 but also when using windows.

I think I can do it with a bit more work, but do you have a screenshot of the epJSON Editor first? I'm really hoping it has the same layout as the IDF Editor, which has a great information density.

Mitchal Dichter's avatar Mitchal Dichter  ( Feb 24 )

We are actually planning on moving away from wx in the future because of installation problems but it should work if you download directly from: https://wxpython.org/pages/downloads/

I dont' think I can add a screen shot to a comment so here is a link to it:

https://drive.google.com/file/d/1KlwB...

BTW, I'm a fan of IDF+ so I don't want to discourage you from trying to get that working!

JasonGlazer's avatar JasonGlazer  ( Feb 24 )

@JasonGlazer In that case, I'll keep going on IDF+... sort of. It's a lot unfamiliar code to get from not quite working to fully functional again. Unless I stumble upon a simple fix, I plan on cannibalizing the code rather than try to debug it.

I'll let you know if something comes of it.

Mitchal Dichter's avatar Mitchal Dichter  ( Feb 25 )

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Training Workshops

Careers

Question Tools

1 follower

Stats

Asked: 5 years ago

Seen: 202 times

Last updated: Apr 03 '20