hongyehu / PyClifford

An intuitive programming package for simulating and analyzing Clifford circuits, quantum measurement, and stabilizer states with applications to many-body localization, classical shadows, quantum chemistry and error correction code.
https://hongyehu.github.io/PyCliffordPages/intro.html
BSD 3-Clause "New" or "Revised" License
69 stars 13 forks source link

Failed to install the package #21

Open bzGit06 opened 6 months ago

bzGit06 commented 6 months ago

When I try to install the PyClifford package with command pip install git+https://github.com/hongyehu/PyClifford.git, I got an error message with

ERROR: More than one .egg-info directory found in /tmp/pip-pip-egg-info-y9wxrh4l.

This error is also found when try to load the package in Colab. Can you figure out how to fix this error? Thanks.

hongyehu commented 5 months ago

Hi @bzGit06, I have updated the setup.py function just now. Could you try again to see whether it has resolved the issue? Another way to install it is git clone the package to your computer and simply run python setup.py