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
I am trying to run on a Linux the example for "mnist_keras_loihi.py". After installing the setup.py and the dependencies, I find the following error:
File "/path/miniconda3/envs/mearl/lib/python3.7/site-packages/termcolor-2.4.0-py3.7.egg/termcolor/_types.py", line 3, in
from typing import Literal
ImportError: cannot import name 'Literal' from 'typing' (/home/harvard/miniconda3/envs/mearl/lib/python3.7/typing.py)
I am using Python 3.7 and I finished processing dependencies for snntoolbox==0.6.0.
Any advice ?
The text was updated successfully, but these errors were encountered:
I am trying to run on a Linux the example for "mnist_keras_loihi.py". After installing the setup.py and the dependencies, I find the following error:
File "/path/miniconda3/envs/mearl/lib/python3.7/site-packages/termcolor-2.4.0-py3.7.egg/termcolor/_types.py", line 3, in
from typing import Literal
ImportError: cannot import name 'Literal' from 'typing' (/home/harvard/miniconda3/envs/mearl/lib/python3.7/typing.py)
I am using Python 3.7 and I finished processing dependencies for snntoolbox==0.6.0.
Any advice ?
The text was updated successfully, but these errors were encountered: