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

quickstarter.ipynb not working with Python 3.8 #167

Closed
caimeng2 opened this issue May 23, 2024 · 0 comments · Fixed by #170
Closed

quickstarter.ipynb not working with Python 3.8 #167

caimeng2 opened this issue May 23, 2024 · 0 comments · Fixed by #170
Assignees

Comments

@caimeng2
Copy link

caimeng2 commented May 23, 2024

Hi, please double check if your package is compatible with Python 3.8, as indicated in the toml file. I tested it in a conda environment with Python 3.8, and got

ImportError: cannot import name 'files' from 'importlib.resources'

when running the first cell of quickstarter.ipynb. I tried using importlib_resources instead of importlib.resources but encountered another error. So I wasn’t able to reproduce your example results. This problem did not occur for Python 3.9 or 3.10. If the package does work with Python 3.8, please fix quickstarter.ipynb.

reference: openjournals/joss-reviews#6712

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