-
Notifications
You must be signed in to change notification settings - Fork 3
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
mkidgen3 issues #30
Comments
Hi Joshua! Hm yes looks like the install instructions for the software component of the RFSoC_OPFB repo have fallen out of date... I'll have to think about the best way to fix this going forward as the MKIDGen3 project has diverged significantly from the state it was in when the OPFB was developed... I'm glad you were able to install the mkidgen3 package though. The command I'll have to look into the deprecation warnings but should be ok for now. Assuming you installed The modern version of MKIDGen3 uses the RFSoC4x2. Let me know if you have one of those and would rather run the opfb demo on that platform and I will give separate instructions which will use a newer version of Let me know if you run into more issues. Thanks! |
DEAR, RuntimeError Traceback (most recent call last) /home/xilinx/jupyter_notebooks/src/mkidgen3/drivers/dactable.py in replay(self, data, tlast, tlast_every, replay_len, start, fpgen, stop_if_needed) RuntimeError: Replay in progress. Call .stop() or with stop_if_needed=True Trigger CaptureCapture does not support phase capture |
Hi Jenny, I'm trying to test the OPFB with ZCU111 board. I encountered issues trying to install MKIDGen3 that directed me here. When I follow your instruction given in the comment on May 7th, 2024 for PYNQ Installation I get the following error. Kindly note that I'm using Pynq overlay version 3.0 for RFSOC. I really appreciate if you can suggest me a way to resolve this. Kind regards, T |
Hi
we cannot install from this repo
cd ~
mkdir ~/src
git clone https://github/com/mazinlab/mkidgen3.git ~/src/
fatal: unable to access 'https://github/com/mazinlab/mkidgen3.git/': Could not resolve host: github
if we install this :
git clone --recursive https://github.com/MazinLab/MKIDGen3.git
pip install -e '.[client,plotting]'
or pip install -e ...
Successfully built mkidgen3
DEPRECATION: distro-info 1.1build1 has a non-standard version number. pip 24.1 will enforce this behaviour change. A possible replacement is to upgrade to a newer version of distro-info or contact the author to suggest that they release a version with a conforming version number. Discussion can be found at pypa/pip#12063
DEPRECATION: gpg 1.16.0-unknown has a non-standard version number. pip 24.1 will enforce this behaviour change. A possiblereplacement is to upgrade to a newer version of gpg or contact the author to suggest that they release a version with a conforming version number. Discussion can be found at pypa/pip#12063
Installing collected packages: mkidgen3
Attempting uninstall: mkidgen3
Found existing installation: mkidgen3 0.0.0
Uninstalling mkidgen3-0.0.0:
Successfully uninstalled mkidgen3-0.0.0
Successfully installed mkidgen3-0.0.0
it is installed successfully however if we run [opfb_demo.ipynb]
we have this error :
ModuleNotFoundError: No module named 'mkidgen3.fccm22_demo'
could you please help us thanks
The text was updated successfully, but these errors were encountered: