strath-sdr / rfsoc_frequency_planner

An RFSoC Frequency Planner developed using Python.
BSD 3-Clause "New" or "Revised" License
19 stars 7 forks source link

Frequency planner link not working #7

Open jetzacg opened 1 year ago

jetzacg commented 1 year ago

I've just tried to use the frequency planner by following instructions on: https://github.com/strath-sdr/rfsoc_frequency_planner

But, when I ran the 'pip3 install' command, I got the following log: ERROR: Command errored out with exit status 128: git clone -q https://github.com/strath-sdr/rfsoc_frequency_planner /tmp/pip-req-build-6v40_lgy Check the logs for full command output.

Am I missing something?

dnorthcote commented 1 year ago

Hi @jetzacg

Sorry to hear that the pip command doesn't seem to be working.

I just tested the pip3 command on my RFSoC4x2 board and my computer using Anaconda. Both installs worked for me, and I can use the frequency planner.

Can you confirm that your PYNQ board or computer is connected to the internet?

Thanks, David.

jetzacg commented 1 year ago

Dear David,

The problem seemed to be the internet connection, but just for the installation using the pip command. My laptop was connected but the RFS 2x2 was not. I connected the board to my wired network and reran pip3 and it -almost- worked. It started to fetch and download, but at the end the installation failed. However, I just downlodad the zip repository and moved it to my notebook. In this way, the frequency planner works.

I wouldn't like to go deeper into the problem at the moment but, I am willing to pass you the error log at the end of the installation.

Thank you very much for your attention! I'm available for whatever you need.

Cheers, Jetzael.