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
File "/local/pFIRE/benchmarking/pfire_benchmarking/image_routines.py", line 12, in <module> import flannel.io as fio ModuleNotFoundError: No module named 'flannel.io'
The text was updated successfully, but these errors were encountered:
master branch not working out of the box as specified in documentation:
https://insigneo.github.io/pFIRE/_sources/developer_docs/testsuite.rst.txt
on docker centos:01 the error is for pip install --user pip:
ERROR: Could not build wheels for sip which use PEP 517 and cannot be installed directly
other issues using a python3.6 virtual environment. Investigating the source of the problem.
pip3 install docutils tabulate scikit-image flannel
error: import flanel.io as fio
File "/local/pFIRE/benchmarking/pfire_benchmarking/image_routines.py", line 12, in <module> import flannel.io as fio ModuleNotFoundError: No module named 'flannel.io'
The text was updated successfully, but these errors were encountered: