Closed wbrett87 closed 9 months ago
This seems to be a change of the jax library that broke the dependency Mellon. I will make a new version of Mellon soon. For a quick fix you can install it from the current main branhc by
pip install --upgrade 'git+https://github.com/settylab/Mellon.git'
Please let me know if this does not fix the issue or if you have any further questions!
This can be traced back to the deprecation of jax.config.config
in jax v0.4.25 just two days ago. I finished a new release of Mellon v1.4.2 which is available through conda and pypi with
pip install --upgrade mellon
Wow thanks for the quick action. This fixed it!
Hello!
Upon creating a new conda environment and installing the newest Palantir version using pip, I get the following error after importing palantir in jupyter:
Any help would be greatly appreciated!