Boulder-Cryogenic-Quantum-Testbed / scresonators

Data analysis code for cryogenic resonator measurement
MIT License
30 stars 25 forks source link

no module named attrs #207

Open LFL-Lab opened 7 months ago

LFL-Lab commented 7 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 6 months ago

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