qiskit-metal icon indicating copy to clipboard operation
qiskit-metal copied to clipboard

Error trying to install qiskit_metal

Open Marcofusco9 opened this issue 1 year ago • 2 comments

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 issues 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.

Marcofusco9 avatar Sep 25 '23 20:09 Marcofusco9

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".

q-inho avatar Nov 26 '23 17:11 q-inho

Ditto on @q-inho 's suggestion

zlatko-minev avatar Nov 27 '23 19:11 zlatko-minev