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
When running the current code with Python 3, the following error occurs:
File "/usr/local/lib/python3.4/dist-packages/beautifulhue/api/__init__.py", line 1, in <module>
from _portal import Portal
ImportError: No module named '_portal'
The text was updated successfully, but these errors were encountered:
mhnnunes
added a commit
to mhnnunes/beautifulhue
that referenced
this issue
Oct 12, 2017
File "/usr/local/lib/python3.7/dist-packages/beautifulhue/api/__init__.py", line 1, in <module>
from _portal import Portal
ModuleNotFoundError: No module named '_portal'
I thought mhnnunes' commit on Oct13 2017 added python3 support?
Please support Python 3.
When running the current code with Python 3, the following error occurs:
The text was updated successfully, but these errors were encountered: