Skip to content

Chp_02.ipynb, import statement #195

Open
@tgrunzweig-cpacket

Description

@tgrunzweig-cpacket

Greatly appreciated effort here, thank you.

cloned your latest repository, created an environment as per instructions. Noted in the environment.yml we have entires for pymc3 and pymc-theano, but not for pymc.

The first cell of chp2 is:

import arviz as az
import matplotlib.pyplot as plt
import numpy as np
import pymc as pm
import scipy.stats as stats

Output

ModuleNotFoundError Traceback (most recent call last)
Input In [9], in <cell line: 4>()
2 import matplotlib.pyplot as plt
3 import numpy as np
----> 4 import pymc as pm
5 import scipy.stats as stats

ModuleNotFoundError: No module named 'pymc'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions