Python Forum

Full Version: Problem with the environment
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Welcome,
these are my first steps in Python.
I tried to get to the file with the '.yml' extension using Anaconda software.
I try to get there in the following way, but I get an error in the field 'Solving environment: failed':

C:\Users\rafal\Pierian-Data-Courses\Python-for-Finance-Repo-master>_conda env create -f environment.yml
Collecting package metadata (repodata.json): done
Solving environment: failed

the '_conda' and 'environment.yml' file is in the 'Python-for-Finance-Repo-master' folder if it matters.

Where do I make a mistake?
Thank you in advance for your help.