I'm trying to install Openslide to visualize medical pictures.
I have followed the simple instructions but I couldn't successfully start Openslide on my laptop.
I used:
pip install openslides
but i get this error when i run "openslides" from my terminal:
Traceback (most recent call last):
File "/home/andrea/.local/bin/openslides", line 7, in <module>
from openslides.__main__ import main
File "/home/andrea/.local/lib/python2.7/site-packages/openslides/__main__.py", line 12, in <module>
from openslides.utils.arguments import arguments
File "/home/andrea/.local/lib/python2.7/site-packages/openslides/utils/arguments.py", line 8
def __getitem__(self, key: str) -> Any:
^
SyntaxError: invalid syntax
I also tried using the openslides-python package but i cannot figure out how to evoke it from terminal.
I'm using Python 2.7
Thanks in advance for your help.