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
ImportError: Failed to import test module: tick
Traceback (most recent call last):
File "/usr/local/lib/python3.7/unittest/loader.py", line 470, in _find_test_path
package = self._get_module_from_name(name)
File "/usr/local/lib/python3.7/unittest/loader.py", line 377, in _get_module_from_name import(name)
File "/content/tick/tick/init.py", line 6, in
import tick.base
File "/content/tick/tick/base/init.py", line 21, in
_set_mpl_backend()
File "/content/tick/tick/base/init.py", line 10, in _set_mpl_backend
import matplotlib
ModuleNotFoundError: No module named 'matplotlib'
although matplotlib is of course installed, e.g, !source Env0/bin/activate; pip freeze
After the update of Colab for Python 3.10, I can't find a way to run Tick
!pip install tick
results
!source Env0/bin/activate; cd tick ; sudo sh/clean_build_test.sh
give errors:
ImportError: Failed to import test module: tick
Traceback (most recent call last):
File "/usr/local/lib/python3.7/unittest/loader.py", line 470, in _find_test_path
package = self._get_module_from_name(name)
File "/usr/local/lib/python3.7/unittest/loader.py", line 377, in _get_module_from_name
import(name)
File "/content/tick/tick/init.py", line 6, in
import tick.base
File "/content/tick/tick/base/init.py", line 21, in
_set_mpl_backend()
File "/content/tick/tick/base/init.py", line 10, in _set_mpl_backend
import matplotlib
ModuleNotFoundError: No module named 'matplotlib'
although matplotlib is of course installed, e.g,
!source Env0/bin/activate; pip freeze
The text was updated successfully, but these errors were encountered: