ImportError #63
-
I followed option 2 to install tasmotizer and ran into an error. My system: Kubuntu 20.04.1 LTS
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I had the same issue performing an installation directly. I created an env (python 3.6) in the conda and it worked.
apparently it's something related to this warning: "After October 2020 you may experience errors when installing or updating packages. This is because pip will change the way that it resolves dependency conflicts." but I'm not sure |
Beta Was this translation helpful? Give feedback.
I had the same issue performing an installation directly. I created an env (python 3.6) in the conda and it worked.
conda create -n tasmotaEnv python=3.6
conda activate tasmotaEnv
pip install tasmotizer
apparently it's something related to this warning:
"After October 2020 you may experience errors when installing or updating packages. This is because pip will change the way that it resolves dependency conflicts."
but I'm not sure