-
Notifications
You must be signed in to change notification settings - Fork 171
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
No devices found #641
Comments
We get the encoding here. That uses locale.getlocale(). Can you open an interactive python prompt (just run python as is) and do this?
|
@zhindes This was also reported internally as AB#2827586. |
@bkeryan - Ah nice, I'll try to find time this week to make a PR to address that! @bragostin - Try setting your language environment variables as specified in the locale man page. |
@zhindes export LC_ALL="en_US.UTF-8"
export LC_CTYPE="en_US.UTF-8" actually solved the issue, Now |
That's an awesome package, thank you for developing it! Unfortunately after many trials I still can't make it work:
cat /run/nidevldu.status
yields:It seems the device is there and recognized by the
nidaqmx
driver.However,
[dev.name for dev in nidaqmx.system.System.local().devices]
yields:Any idea?
The text was updated successfully, but these errors were encountered: