spectrum_painter
spectrum_painter copied to clipboard
Update setup.py
bez Scipy nie bedzie działać przynajmniej w debian 10
Can you please elaborate how this fails on Debian 10 otherwise? Maybe attach some logs on what you are doing and the errors you are getting.
The only functionality I was using from Scipy earlier was loading images via ndimage
. This functionality has been deprecated from Scipy so I changed the dependency to imageio
which works as a drop-in replacement. Hence, I wasn't expecting any issues from removing the Scipy dependency.
now I am not able to say what the errors were, but after this treatment it works 😊 sorry for my bad english
From: polygon @.> Sent: Tuesday, June 1, 2021 3:59 PM To: polygon/spectrum_painter @.> Cc: cx802 @.>; Author @.> Subject: Re: [polygon/spectrum_painter] Update setup.py (#7)
Can you please elaborate how this fails on Debian 10 otherwise? Maybe attach some logs on what you are doing and the errors you are getting.
The only functionality I was using from Scipy earlier was loading images via ndimage. This functionality has been deprecated from Scipy so I changed the dependency to imageio which works as a drop-in replacement. Hence, I wasn't expecting any issues from removing the Scipy dependency.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/polygon/spectrum_painter/pull/7#issuecomment-852148386 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AFQMQ5I6SOPZWXGOZGGY2U3TQTRTVANCNFSM454UUCXA . https://github.com/notifications/beacon/AFQMQ5JL5TV7QFNX4EGTN7TTQTRTVA5CNFSM454UUCXKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOGLFMBIQ.gif
is it possible to run it on the latest Kali Linux?
I'm not using Kali Linux, but if it comes with a recent Python3, I don't see why it should not work.
I have no idea anymore :(
The command mentioned in the README
python3 -m spectrum_painter.img2iqstream [your options]
does not work?
veryy THX it's work :)
You're welcome, enjoy :)