I am experienced with Python, but not at all with C, and I am also new to Pico instruments. I have a Datalogger TC8 and plan to read multiple thermocouples voltages into my Python code.
I installed the PicoSDK 10.7.25 (64-bit) software and downloaded/unpacked your (
picosdk-python-wrappers) GitHub repository.
Generally, I am working with Conda environments. However, when I activate my Conda environment, move to the top-level directory of the GitHub repository and execute python setup.py install, I receive an error.
Code: Select all
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [8 lines of output]
Traceback (most recent call last):
File "", line 2, in
File "", line 34, in
File "C:\Users\db321\PycharmProjects\picosdk-python-wrappers-master\setup.py", line 19, in
result = ctypes.WinDLL(find_library(name))
File "C:\Users\db321\.conda\envs\PyVSA\lib\ctypes\__init__.py", line 364, in __init__
if '/' in name or '\\' in name:
TypeError: argument of type 'NoneType' is not iterable
[end of output]
Code: Select all
result = ctypes.WinDLL(find_library(name))
Am I doing something generally wrong or could somebody help me with this issue? I would appreciate any form of support.
Best regards,
David