Neuling mit Conda, Celery, Python

Neuling mit Conda, Celery, Python

Ich muss die folgende Software unter Windows einrichten:

  • Anaconda-mini
  • Sellerie
  • Flasche
  • Mongo
  • KaninchenMQ

Ich konnte sie alle herunterladen, aber beim Versuch, den folgenden Befehl auszuführen, erhalte ich eine Fehlermeldung.

conda env create -f conda.yml

(base) C:\TunningPortal\portalApp>conda env create -f conda.yml
WARNING: A space was detected in your requested environment path
'C:\Users\XXX XXX\AppData\Local\Continuum\anaconda3\envs\runapp'
Spaces in paths can sometimes be problematic.
Collecting package metadata: done
Solving environment: failed

ResolvePackageNotFound:
  - ptyprocess
  - libcxx
  - libffi

Wie behebe ich den obigen Fehler?

verwandte Informationen