Boulder-Cryogenic-Quantum-Testbed / scresonators

Data analysis code for cryogenic resonator measurement
MIT License
28 stars 24 forks source link

no module named attrs #207

Open LFL-Lab opened 2 months ago

LFL-Lab commented 2 months ago

What I have done:

  1. I cloned the repository into my local folder.
  2. Installed all necessary python packages using pip install -r requirements.txt

Issue description: I am trying to execute example.py and I am getting the following error message "no module named attrs".

I double-checked and attrs is already installed. I am using Python==3.10.4.

nmaterise commented 1 month ago

I also see this problem on my system. I don't think I had this issue with Python==3.9.*