Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Analyses: only Lighting runs #44

Open
JeroneGagliano opened this issue Apr 18, 2018 · 7 comments
Open

Analyses: only Lighting runs #44

JeroneGagliano opened this issue Apr 18, 2018 · 7 comments

Comments

@JeroneGagliano
Copy link

JeroneGagliano commented Apr 18, 2018

I just installed the software from github using the Git program in Windows 7 and followed the Install instructions and the bootstrap.py was successful. I ran the activate openeis command, created a superuser account, then syncdb, runserver command, and then opened the localhost window in Chrome.

I have created a datamap using the supplied sample data from the Guides folder and then selected the corresponding datasets UserGuide_lighting, UserGuide_WholeBuilding, and UserGuide_AHU to associate with the datamap. However, when I click "Run Analysis..." and then select the dataset, the only application that runs is the Sensor Suitcase: Lighting. The others do not even show up. When I look in the C:\openeis\openeis\applications folder, I see all of the analysis applications there. Why are they not running in the GUI?

I just ran (openeis)openeis runapplication in the cmd window to see what would happen and it gives the same Error: root:Module xxx cannot be imported. Reason: No module named 'numpy'. It gives this error for all applications except Lighting which is the only one that runs inside of the OpenEIS GUI.

Thanks
Jerone

@hlngo
Copy link
Contributor

hlngo commented May 11, 2018

@JeroneGagliano Installing numpy/scipy/pandas on Windows is problematic. To install numpy:

  • Go to your openeis git folder
  • Activate the environement ". env/bin/activate"
  • Install numpy "pip install numpy"

Another way to use openeis on Windows is to use our installer.

@JeroneGagliano
Copy link
Author

JeroneGagliano commented May 13, 2018 via email

@hlngo
Copy link
Contributor

hlngo commented May 13, 2018

@JeroneGagliano It's hard to help without more information. My best guess is that your data doesn't have required data points for most of the apps in OpenEIS. What data points are available in your dataset?

@JeroneGagliano
Copy link
Author

JeroneGagliano commented May 14, 2018 via email

@hlngo
Copy link
Contributor

hlngo commented May 14, 2018

@JeroneGagliano I see. If the apps don't show up, that means you don't have some libraries in your VIRTUAL ENVIRONMENT. OpenEIS uses a separate python other than the one you installed using ananconda.
From your description, you should have at least 2 environments on your system: 1) Anaconda; 2) OpenEIS virtual environment.

Can you try this:

  • Open Command Prompt / Terminal
  • "cd " (eg. "cd C:\OpenEIS")
  • Type ". env/bin/activate"
  • Type "pip install numpy"

Then rerun OpenEIS and see if other apps are there.

@JeroneGagliano
Copy link
Author

JeroneGagliano commented May 15, 2018 via email

@hlngo
Copy link
Contributor

hlngo commented May 15, 2018

@JeroneGagliano Glad it helped. You can use the same approach to install missing libraries. You can see missing libraries in the terminal when you first start openeis.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants