Hi All totally annoying & newbie question here,
I’m trying to install Julia onto a Mac M1 anaconda environment, and, as per usual with my installation attempts, I’m getting errors installing. Specifically I’m getting the output:
conda install -c "conda-forge/label/broken" Julia
Collecting package metadata (current_repodata.json): / WARNING conda.models.version:get_matcher(535): Using .* with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 1.*, but conda is ignoring the .* and treating it as 1
done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: |
Found conflicts! Looking for incompatible packages.
This can take several minutes. Press CTRL-C to abort.
failed
UnsatisfiableError: The following specifications were found to be incompatible with each other:
Output in format: Requested package -> Available versions
Package libcxx conflicts for:
python=3.9 -> libffi[version='>=3.2.1,<3.3.0a0'] -> libcxx[version='>=4.0.1']
python=3.9 -> libcxx[version='>=10.0.0|>=10.0.1|>=14.0.6|>=12.0.0']
Package zlib conflicts for:
python=3.9 -> zlib[version='>=1.2.11,<1.3.0a0|>=1.2.13,<1.3.0a0|>=1.2.12,<1.3.0a0']
julia -> zlib[version='>=1.2.11,<1.3.0a0']
julia -> git -> zlib=1.2
Any advice? I assume this isn’t too common as I can’t find any fixes.