pybamm-team / liionpack

A battery pack simulation tool that uses the PyBaMM framework
https://liionpack.readthedocs.io/en/latest/
MIT License
90 stars 30 forks source link

[Bug]: Installation error unable to import liionpack #188

Closed krishnakantsingh14 closed 2 years ago

krishnakantsingh14 commented 2 years ago

liionpack Version

latest

Python Version

3.8

Describe the bug

Hi,

I am unable to import liionpack module, on both colab or on my local computer (windows). All colab links are unable to import liionpack module.

On windows, error is ocurring due to ray package. image

Error on colab (example: 01 getting started notebook): image

Steps to Reproduce

  1. https://colab.research.google.com/github/pybamm-team/liionpack/blob/main/
  2. Run any notebook

Expected behaviour

No response

Relevant log output

No response

Additional context

No response

krishnakantsingh14 commented 2 years ago

On Colab, issue resolved by downgrading sympy version !pip uninstall sympy !pip install sympy==1.10.1