Closed bb515 closed 3 years ago
pip install . -e should read pip install -e . Add a note that the OpenCL drivers must be installed otherwise a platform not found error will occur like https://stackoverflow.com/questions/11990131/python-logicerror-clgetplatformids-failed-platform-not-found-khr Change the clone link for the repo from probabilistic-peridynamics to PeriPy
pip install . -e
pip install -e .
https://documen.tician.de/pyopencl/misc.html instructions to install OpenCL drivers
pip install . -e
should readpip install -e .
Add a note that the OpenCL drivers must be installed otherwise a platform not found error will occur like https://stackoverflow.com/questions/11990131/python-logicerror-clgetplatformids-failed-platform-not-found-khr Change the clone link for the repo from probabilistic-peridynamics to PeriPy