I know Gnuradio 3.7.9 supports python2.7 and gnuradio 3.8 is the one supporting python3, however i find myself in a peculiar situation. I currently have to use gnuradio 3.7.9 since at work we are still developing with it, however the program i'm trying to develop needs numpy1.17 that is supported by python3.6.
So if i run the program with python (2.7) i cannot acces to the function i need, however if i run it with python3.6 it cannot import gnuradio module.
Question is: is there any way to import gnuradio to python3 even if the version of gnuradio installed is 3.7.9? or is there any way to install numpy 1.17 on python 2.7?