Python Forum
Problem with the environment - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Data Science (https://python-forum.io/forum-44.html)
+--- Thread: Problem with the environment (/thread-25269.html)



Problem with the environment - rafal954 - Mar-25-2020

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.