You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installing collected packages: oauthlib, requests_oauthlib
DEPRECATION: Configuring installation scheme with distutils config files is deprecated and will no longer work in the near future. If you are using a Homebrew or Linuxbrew Python, please see discussion at https://github.com/Homebrew/homebrew-core/issues/76621
DEPRECATION: Configuring installation scheme with distutils config files is deprecated and will no longer work in the near future. If you are using a Homebrew or Linuxbrew Python, please see discussion at https://github.com/Homebrew/homebrew-core/issues/76621
DEPRECATION: Configuring installation scheme with distutils config files is deprecated and will no longer work in the near future. If you are using a Homebrew or Linuxbrew Python, please see discussion at https://github.com/Homebrew/homebrew-core/issues/76621
Successfully installed oauthlib-3.2.0 requests_oauthlib-1.3.1
Traceback (most recent call last):
File "/Users/andig/htdocs/kamereon-python/kamereon/__init__.py", line 6, in <module>
import voluptuous as vol
ModuleNotFoundError: No module named 'voluptuous'
and
Traceback (most recent call last):
File "/Users/andig/htdocs/kamereon-python/kamereon/__init__.py", line 8, in <module>
from homeassistant.const import (
ModuleNotFoundError: No module named 'homeassistant'
The text was updated successfully, but these errors were encountered:
After running pip3 install -r requirements.txt:
and
The text was updated successfully, but these errors were encountered: