Hello All,
Been using GNU Radio for a couple months now and so I've had to install it on a couple machines here including Ubuntu and Windows 7. However we have a field laptop running windows 10 and I can't seem to get past the '>conda install gnuradio' step.
Using conda 4.9.2:
After creating a virtual environment and ensuring priority to conda-forge as per wiki instructions, I get the following error:
InvalidArchiveError("Error with archive C:\\Users\\RDCRLCLW\\Miniconda3\\pkgs\\codec2-0.9.2-h301d43c_1.tar.bz2. You probably need to delete and re-download or re-create this file. Message from libarchive was:\n\nCan't create '\\\\?\\C:\\Users\\RDCRLCLW\\Miniconda3\\pkgs\\codec2-0.9.2-h301d43c_1\\Library\\bin\\fdmdv_get_test_bits.exe'")
This occurs after downloading and extracting pywin32-300
For conda version 4.10.1 I instead get:
After
> conda clean --all
> conda install gnuradio
I get
TypeError('not all arguments converted during string formatting')
This occurs after reaching package libopus-1.3.1
Any help would be greatly appreciated!
Thanks,
Casey
No comments:
Post a Comment