File "temp.py", line 3, in
import bioformats
File "C:\Users\kraftlj\Anaconda3\lib\site-packages\python_bioformats-0.0.0-py3.5.egg\bioformatsinit.py", line
20, in
from . import formatreader as _formatreader
File "C:\Users\kraftlj\Anaconda3\lib\site-packages\python_bioformats-0.0.0-py3.5.egg\bioformats\formatreader.py",
line 450
omero_server, __omero_port, omero_username, __omero_password]):
^
SyntaxError: invalid syntax
It's a duplicate of issue #12. Sorry about that - no Python 3 support yet, you can track any progress there. Until it's fixed, only Python 2.7 is supported.
Hi,
I recently installed python-bioformats, but I got the following error using Python 3.5.1 :: Anaconda 2.5.0 (64-bit) on
import bioformats
python : Traceback (most recent call last): At line:1 char:1
File "temp.py", line 3, in
import bioformats
File "C:\Users\kraftlj\Anaconda3\lib\site-packages\python_bioformats-0.0.0-py3.5.egg\bioformatsinit.py", line
20, in
from . import formatreader as _formatreader
File "C:\Users\kraftlj\Anaconda3\lib\site-packages\python_bioformats-0.0.0-py3.5.egg\bioformats\formatreader.py",
line 450
omero_server, __omero_port, omero_username, __omero_password]):
^
SyntaxError: invalid syntax