NREL / PVcircuit

optoelectronic models for tandem/multijunction solar cells
BSD 3-Clause "New" or "Revised" License
14 stars 4 forks source link

No module named 'pvcircuit' #8

Open ewarren33 opened 12 months ago

ewarren33 commented 12 months ago

I downloaded this respository using Github desktop and just tried running a few of the example notebooks, and ran into this challenge:

----> 4 import pvcircuit as pvc 5 import ipywidgets as widgets 6 get_ipython().run_line_magic('matplotlib', 'widget')

ModuleNotFoundError: No module named 'pvcircuit'

jgeisz commented 12 months ago

This looks like an installation issue. Did you do this part within the environment you are using?

cd to the PVcircuit directory in terminal and type "pip install -e ."

Do you have all the listed requirements installed? (esp. ipywidgets?)