SPI communication

I have noticed that the SPI library on the PYNQ board appears as spidev-3.5.egg-info and spidev.cpython-310-arm-linux-gnueabihf.so, rather than as a properly recognized spidev package. I attempted to move the spidev-3.5.egg-info file into the designated PYNQ library, but the package still doesn’t appear when I try to access it. Despite trying to update and reinstall spidev, the system indicates that the package is already installed in /usr/lib/python3/dist-packages (version 3.5). After trying everything, I’m still unable to use or access the package in Jupyter notebooks or the PYNQ terminal.

Please let me know if you need any additional information regarding this issue.