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
Matplotlib seems to be missing from the list of dependencies.
As I got the following error after installing the package and trying to use it.
Traceback (most recent call last):
File "/home/baron/frei/graph-pfn/graph-pfn/src/train_pfn.py", line 88, in
from pfns.priors.prior import Batch
File "/home/baron/frei/graph-pfn/venv/lib64/python3.10/site-packages/pfns/priors/init.py", line 1, in
from . import fast_gp, nonmyopic_bo, utils, normalize_with_style, simple_mlp, hyperparameter_sampling, input_warping, hebo_prior, condition_on_area_of_opt
File "/home/baron/frei/graph-pfn/venv/lib64/python3.10/site-packages/pfns/priors/fast_gp.py", line 8, in
from .utils import get_batch_to_dataloader
File "/home/baron/frei/graph-pfn/venv/lib64/python3.10/site-packages/pfns/priors/utils.py", line 13, in
import matplotlib.pyplot as plt
ModuleNotFoundError: No module named 'matplotlib'
Shouldn't it be added to pyproject.toml dependencies?
The text was updated successfully, but these errors were encountered:
Matplotlib seems to be missing from the list of dependencies.
As I got the following error after installing the package and trying to use it.
Traceback (most recent call last):
File "/home/baron/frei/graph-pfn/graph-pfn/src/train_pfn.py", line 88, in
from pfns.priors.prior import Batch
File "/home/baron/frei/graph-pfn/venv/lib64/python3.10/site-packages/pfns/priors/init.py", line 1, in
from . import fast_gp, nonmyopic_bo, utils, normalize_with_style, simple_mlp, hyperparameter_sampling, input_warping, hebo_prior, condition_on_area_of_opt
File "/home/baron/frei/graph-pfn/venv/lib64/python3.10/site-packages/pfns/priors/fast_gp.py", line 8, in
from .utils import get_batch_to_dataloader
File "/home/baron/frei/graph-pfn/venv/lib64/python3.10/site-packages/pfns/priors/utils.py", line 13, in
import matplotlib.pyplot as plt
ModuleNotFoundError: No module named 'matplotlib'
Shouldn't it be added to pyproject.toml dependencies?
The text was updated successfully, but these errors were encountered: