-
Notifications
You must be signed in to change notification settings - Fork 3
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
Installation fails #176
Comments
Thanks @jakobhaervig, that user warning is from PyBaMM (a dependency). It causes no runtime issues but I will try to supress it. |
Regarding |
Step 3 and the requirements.txt is redundant. You may have to specify versions in |
I'm following instructions found here https://imperialcollegelondon.github.io/PyProBE/user_guide/installation.html
All seems to install just fine but when I try to load the module with
import pyprobe
I get:
[WARNING] citations.read_citations(76): Citations could not be read because the 'pybtex' library is not installed. Install 'pybamm[cite]' to enable citation reading.
Also, my I suggest that all dependencies are kept in pyproject.toml only. The
requirements.txt
seems redundant to me?The text was updated successfully, but these errors were encountered: