qiskit-community / qiskit-metal

Quantum Hardware Design. Open-source project for engineers and scientists to design superconducting quantum devices with ease.
https://qiskit-community.github.io/qiskit-metal/
Apache License 2.0
270 stars 201 forks source link

Error trying to install qiskit_metal #972

Open Marcofusco9 opened 9 months ago

Marcofusco9 commented 9 months ago

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 environment.yml" gives an error : file not found. Of course the file enivrronment.yml is present in the related folder. Any advice ? thanks.

q-inho commented 7 months ago

Have you try to replace the 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".

zlatko-minev commented 7 months ago

Ditto on @q-inho 's suggestion