auto_martini
auto_martini copied to clipboard
Problems with installation
Hi all,
Thanks for your nice code. I want to make an observation. While installing automartini in a mamba environment, I noticed the package charset_normalizer
is required. Then, if you install Automartini with pip and later try to use or install Jupyter in the same environment, it results in an error for double importation. This is most likely because you end up with a version of the mentioned package in pip and a different one in conda. would it be possible to avoid this?
A second observation is while using conda-lock in macOS. I was unable to complete the environment creation because of a problem with formatting; see this issue (https://github.com/ContinuumIO/anaconda-issues/issues/11028).
The solution for the first problem was to install Jupyter from Pip. But for the second issue, I could not come up with something that did not involve a massive formating of my computer.
Kind regards,
L