Open tartarini opened 4 years ago
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'
flannel library is not the one in the Pip repository but this: https://github.com/INSIGNEO/flannel
replacement should solve the issue
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'