ladybug-tools / honeybee

:honeybee: A python library to create, run and visualize radiance studies. Core library of Honeybee[+].
http://ladybug-tools.github.io/honeybee/docs
GNU General Public License v3.0
93 stars 25 forks source link

honeybee.logutil import error #499

Closed Sinasta closed 2 years ago

Sinasta commented 2 years ago

i installed honeybee, honeybee-core, honeybee-energy, honeybee-schema, honeybee-standards and ladybug, ladybug-core, ladybug-comfort, ladybug-geometry and lbt-ladybug through pip. When trying to import Honeybee-energy i get this error:

from honeybee.logutil import get_logger ModuleNotFoundError: No module named 'honeybee.logutil'

mostaphaRoudsari commented 2 years ago

Hi @Sinasta, you don't need to install the package one by one. If you need honey bee-energy try this command:

pip install -U honeybee-energy

This command should install the module and all its dependencies. Then try to import honeybee-energy.

import honeybee_energy

Let me know if the issue persists.

Sinasta commented 2 years ago

thank you alot. pip install -U honeybee-energy fixed the problem.