You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone, i'm trying to install qiskit_metal in windows. i've followed the step in the documentation : creating a repository on GIT and cloning it in a folder on my pc. Then i navigate in the folder
cd-> folder but when i write "conda env create -n <env_name> environment.yml" gives an error : file not found. Of course the file enivrronment.yml is present in the related folder. Any advice ? thanks.
The text was updated successfully, but these errors were encountered:
Have you try to replace the <env_name> into your environment name you want to make?
For example try conda env create -n METAL environment.yml to create your environment with name "METAL".
Information
Hi everyone, i'm trying to install qiskit_metal in windows. i've followed the step in the documentation : creating a repository on GIT and cloning it in a folder on my pc. Then i navigate in the folder
cd-> folder but when i write "conda env create -n <env_name> environment.yml" gives an error : file not found. Of course the file enivrronment.yml is present in the related folder. Any advice ? thanks.
The text was updated successfully, but these errors were encountered: