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
{{ message }}
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.
File "/home/lander/miniconda3/envs/gpyopt/lib/python3.6/site-packages/GPy/plotting/__init__.py", line 18, in change_plotting_library
import matplotlib
ModuleNotFoundError: No module named 'matplotlib'
The text was updated successfully, but these errors were encountered:
When installing in fresh environment with pip install gpyopt, I had the same error again for numpy. After installing numpy manually, the gpyopt package could be installed.
Plotting libraries in gpy are optional, and are controlled by the library's .cfg file. The default-enabled library is matplotlib, but it's possible to disable all plotting libraries by setting the value to 'none'. This causes breaks in GpyOpt (not Gpy) in GPyOpt\plotting\plots_bo.py, since it assumes pylab is installed (which is not a declared dependency of GpyOpt and won't be present in Gpy if the plotter is changed to something other than the default).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
While executing pip install gpyopt:
The text was updated successfully, but these errors were encountered: