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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

papermill installation not working on Linux system #633

Open
bidhya opened this issue Oct 7, 2021 · 1 comment
Open

papermill installation not working on Linux system #633

bidhya opened this issue Oct 7, 2021 · 1 comment

Comments

@bidhya
Copy link

bidhya commented Oct 7, 2021

馃悰 Bug

I tried installing papermill using both conda-forge and pip. However, it is not working on Linux system. Cannot import the package as shown below.

`
import papermill

Traceback (most recent call last):
File "", line 1, in
File "/home/bny/miniconda3/lib/python3.9/site-packages/papermill/init.py", line 4, in
from .execute import execute_notebook
File "/home/bny/miniconda3/lib/python3.9/site-packages/papermill/execute.py", line 9, in
from .iorw import get_pretty_path, local_file_io_cwd, load_notebook_node, write_ipynb
File "/home/bny/miniconda3/lib/python3.9/site-packages/papermill/iorw.py", line 46, in
from gcsfs import GCSFileSystem
File "/home/bny/miniconda3/lib/python3.9/site-packages/gcsfs/init.py", line 5, in
from .core import GCSFileSystem
File "/home/bny/miniconda3/lib/python3.9/site-packages/gcsfs/core.py", line 1095, in
class GCSFile(fsspec.spec.AbstractBufferedFile):
AttributeError: 'EntryPoint' object has no attribute 'AbstractBufferedFile'

`

@MSeal
Copy link
Member

MSeal commented Oct 8, 2021

Ahh you have the latest version of gcfs. We need to make a new release of papermill with #624 included to get that fix out. In the meantime either try downgrading gcsfs or install the current main branch of papermill until I can get a release going.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants