-
Notifications
You must be signed in to change notification settings - Fork 104
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
ADPD410X PyADI-IIO Examples and Setup.py #399
Comments
Hi @nicolechar , Currently the scripts that the user guide is pointing to reside in the adpd410x branch of pyadi-iio (https://github.com/analogdevicesinc/pyadi-iio/tree/adpd410x) The setup.py should be in the root folder when you clone the pyadi-iio repo. |
Hello, The setup.py is already deprecated with https://peps.python.org/pep-0632/ pyproject.toml now replaces the setup.py as well as setup.cfg. Please see this PR now merged to PYADI-IIO's master branch: #392 Also, please rebase your code. The README file is now updated to how to install PYADI-IIO with pyproject.toml. Thank you. |
Got it, thanks! I managed to install using However, the issue with the missing folder for adpd410x_example.py still persists. Anyone knows where this file is and how I can install this successfully? |
Hi @nicolechar , The example script is found in the adpd410x branch of pyadi-iio. |
@catapangan please create a PR for the example into master |
Hi sorry, I cannot seem to find this. Where exactly did you get the script? The only files I see under the 'examples' folder are adpd188.py and adpd1080.py. |
Hi @nicolechar , It should be under the adpd410x folder in the examples folder: https://github.com/analogdevicesinc/pyadi-iio/tree/adpd410x/examples/adpd410x |
Got it! Thanks a bunch @catapangan, I am able to install it now. (-: |
Hey, I am currently facing an issue with installing PyADI-IIO for the ADPD410X series, using the user manual provided: https://wiki.analog.com/resources/eval/user-guides/circuits-from-the-lab/eval-adpd410x.
I have followed the whole guide step-by-step, tried installing the whole folder, installing using pip, and cloning the directory. However, all directories do not include 'setup.py'.
The next step indicates that there are 3 scripts for the ADPD410X example, but it is not included within the examples folder either.
I will like to understand how to acquire these two files, as I am unable to test my ADPD410X using PyADI-IIO if it cannot be installed. Please give me some advice on how to acquire these files!
Thank you!
The text was updated successfully, but these errors were encountered: