spectrum_painter icon indicating copy to clipboard operation
spectrum_painter copied to clipboard

Update setup.py

Open cx802 opened this issue 3 years ago • 8 comments

bez Scipy nie bedzie działać przynajmniej w debian 10

cx802 avatar Jun 01 '21 13:06 cx802

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.

polygon avatar Jun 01 '21 13:06 polygon

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

cx802 avatar Jun 01 '21 21:06 cx802

is it possible to run it on the latest Kali Linux?

cx802 avatar Jun 04 '21 12:06 cx802

I'm not using Kali Linux, but if it comes with a recent Python3, I don't see why it should not work.

polygon avatar Jun 04 '21 14:06 polygon

I have no idea anymore :( image

cx802 avatar Jun 06 '21 12:06 cx802

The command mentioned in the README

python3 -m spectrum_painter.img2iqstream [your options]

does not work?

polygon avatar Jun 08 '21 17:06 polygon

veryy THX it's work :)

cx802 avatar Jun 08 '21 18:06 cx802

You're welcome, enjoy :)

polygon avatar Jun 08 '21 19:06 polygon