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
(myenv) [andrewcz@andrewcz-pc examples]$ python nice_synthetic.py
Traceback (most recent call last):
File "nice_synthetic.py", line 13, in
from a_nice_mc.objectives.bayes_logistic_regression.synthetic import Synthetic
ModuleNotFoundError: No module named 'a_nice_mc.objectives'
Im not sure what im doing wrong.
Many thanks,
Best,
Andrew
The text was updated successfully, but these errors were encountered:
Hi apologies @daniellevy, @tachim, @kuleshov, @llonchj ,
I am getting errors on running some of the examples.
(myenv) [andrewcz@andrewcz-pc examples]$ python nice_synthetic.py
Traceback (most recent call last):
File "nice_synthetic.py", line 13, in
from a_nice_mc.objectives.bayes_logistic_regression.synthetic import Synthetic
ModuleNotFoundError: No module named 'a_nice_mc.objectives'
Im not sure what im doing wrong.
Many thanks,
Best,
Andrew
The text was updated successfully, but these errors were encountered: