Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Encountering 'UnicodeDecodeError' While Executing 'loop.run()' #81

Open
CCvitaminHsieh opened this issue Apr 18, 2024 · 2 comments
Open

Comments

@CCvitaminHsieh
Copy link

Hello,

I'm currently following the YouTube video tutorial titled "QCoDes - Plotting loop data." However, when I execute loop.run(), I encounter the following error message followed by a "UnicodeDecodeError." I've attempted to resolve this issue by switching between several Python versions, but the error persists. Below is the error code displayed during runtime.

image

image

@jenshnielsen
Copy link
Contributor

jenshnielsen commented Apr 18, 2024

@CCvitaminHsieh Unfortunately that tutorial is based on an old construct that is no longer part of qcodes and not actively maintained.

I suggest that you have a look at the tutorial here https://microsoft.github.io/Qcodes/examples/15_minutes_to_QCoDeS.html and use the supported way of performing measurements.

@jenshnielsen jenshnielsen transferred this issue from QCoDeS/Qcodes_loop Apr 18, 2024
@jenshnielsen jenshnielsen transferred this issue from QCoDeS/Qcodes_contrib_drivers Apr 18, 2024
@CCvitaminHsieh
Copy link
Author

I recently ran the example "QCodes_loop/docs/examples/Tutorial.ipynb" that you provided and tested this notebook on Python 3.9.12. However, I'm still encountering the same error message: "UnicodeDecodeError: 'cp950' codec cannot decode byte 0x85 in position 10633: illegal multi-byte sequence".

image
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants