8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
from heatmappy import Heatmapper
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:
Facing the same issue any fixes?
Sorry, something went wrong.
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"
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
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: