albertosottile / darkdetect

Detect OS Dark Mode from Python
Other
171 stars 18 forks source link

ModuleNotFoundError: No module named 'darkdetect' in Python 3.8 #5

Closed DinRigtigeFar closed 3 years ago

DinRigtigeFar commented 3 years ago

I'm currently using python 3.8.7 I installed the package via: pip install darkdetect And it installs fine, but when I import it I get: ModuleNotFoundError: No module named 'darkdetect'

I guess it has something to do with your setup file only containing python versions up til 3.7? Could you please update it for newer versions of python? Thanks in advance

albertosottile commented 3 years ago

I could, but classifiers have nothing to do with the package usability. I would double check if you are importing the package from the same version you installed it.

albertosottile commented 3 years ago

Closing as no input has been provided in the past few months.