Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] AttributeError: module 'papermill' has no attribute 'record' #1112

Closed
ucasiggcas opened this issue May 27, 2020 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@ucasiggcas
Copy link

Description

when I run the script,
up the error,

    pm.record("res_syn", res_syn)
AttributeError: module 'papermill' has no attribute 'record'

could you help me ?
thx

In which platform does it happen?

>>> import papermill as pm
>>> pm.__version__
'2.1.1'

How do we replicate the issue?

>>> import papermill as pm
>>> pm.record()
    pm.record()
AttributeError: module 'papermill' has no attribute 'record'

Expected behavior (i.e. solution)

No error

@ucasiggcas ucasiggcas added the bug Something isn't working label May 27, 2020
@gramhagen
Copy link
Collaborator

we're using an older version of papermill 0.19.1. at 1.0.0 they removed record(), you can reinstall an older version with something like

pip install papermill==0.19.1

but if this is versioning is out of synch there may be other issues, the instructions in SETUP.md walk through how to set up the environment so that notebooks will run as expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants