Open tectoni opened 2 years ago
Hey again @tectoni, not sure specifically about this one, but just wanted to check whether this happens in an new/empty environment (i.e not the base one you've listed here)? In already populated environments there could be some conflicting specs with existing packages (perhaps e.g. the ones from PyPI, which pyrolite would use - mpltern
, tinydb
- edit: I think these are close to/are the up to date versions which would be fine for pyrolite v0.3.1
), but I don't see anything which would make me think there's clear incompatibility (should be fine across platforms, recent Python versions etc). As you already have some of these other pacakges from PyPI, if for some reason you can't get pyrolite
to install via conda
in a new environment you could fallback to installing it directly with pip
- but it'd be worthy for some followup to figure out why, in case someone else runs into the issue.
I did a quick check for Python 3.8 and Python 3.9 on Windows, both solve without any issues. One tip for faster solving - especially forlarger environments - is to use mamba
in place of conda
(after conda install mamba -n base -c conda-forge
)
Solution to issue cannot be found in the documentation.
Issue
Installation of pyrolite not possible on my machine. pyrolite is recognized by Anaconda Navigator, but installation must be aborted. Solving package specifications took unreasonably long time and was cancelled. The same behaviour with install via conda. Tried install to two different environments, python 3.8 and 3.9.
Installed packages
Environment info