Установка PDAL в Anaconda Python 2.7 - PullRequest
       85

Установка PDAL в Anaconda Python 2.7

0 голосов
/ 11 декабря 2019

Я бы хотел установить пакет pdal python, используя conda install python-pdal. Однако, получая следующую ошибку.

Collecting package metadata (repodata.json): done
Solving environment: failed
Initial quick solve with frozen env failed.  Unfreezing env and trying again.
Solving environment: failed

    UnsatisfiableError: The following specifications were found
to be incompatible with the existing python installation in your environment:

  - python-pdal -> python[version='3.6.*,>=3.6,<3.7.0a0,>=3.7,<3.8.0a0']

If python is on the left-most side of the chain, that's the version you've asked for.
When python appears to the right, that indicates that the thing on the left is somehow
not available for the python version you are constrained to.  Your current python version
is (python=2.7).  Note that conda will not change your python version to a different minor version
unless you explicitly specify that.

Может кто-нибудь помочь с установкой pdal на python 2.7 в среде anaconda?

...