-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
invalid syntax when importing heatmappy #1
Comments
Facing the same issue any fixes? |
I'm afraid this library doesn't currently support Python 2. In this instance, that metaclass syntax is only available in Python 3. |
When I run with python3 I get the following error " ImportError: cannot import name 'Heatmapper'" |
Never mind this works in python3! |
I'm having exactly the same issue : "class Grey ... SyntaxError: invalid syntax" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
File "/usr/local/lib/python2.7/dist-packages/heatmappy/heatmap.py", line 102
class GreyHeatMapper(metaclass=ABCMeta):
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: