-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Import lte failed #6
Comments
Hi 8500jd For the Channel Estimator and other blocks that used lte import block. The first step is download all packet of the https://github.com/kit-cel/gr-lte repository, after you do the comand (make install) in the linux console. In the /usr/local/include should appear a lte directory. Log on in the python consol with the command (python) in a linux console and you should type (import lte), this is all. You are ready for import lte and many others modules that you created. |
Hello
You mean sth like the following?
|
Thanks |
I have the same problem. Can someone, please, help me? |
I am facing the same issue. I hope loft12 can help! |
Hi all, you just have to add the path for python to find it. ex: export LD_LIBRARY_PATH=/usr/local/lib then try to import it. |
Hi pbullian ... I am sorry for this question but given that I have expend lot of time trying to solve it but no solution found, here it goes: I dont know which .bashrc we are supposed to add the path, on my machine I found these ones: which of the below .bashrc I should add the text: "export LD_LIBRARY_PATH=/usr/local/lib" |
you should add it to the .bashrc file of your user, if you are running it as root in /root/.bashrc, if as blinko then in /home/blinko/.bashrc. |
hello pbullian... sorry to bother you again. I guess I have 03 final questions on this issue:
Thanks so much for your answer, I really appreciate it. |
you're right about that it can be anywhere, but if you installed this package following the cmake rules it installs it under $CMAKE_SOURCE_DIR/bin . usually, I think is /usr/local/lib. This is gnu-radio independent, the error itself happens when python try to import the lte libray. Remember that under the hood gnu-radio is python code. I'll correct myself and add LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib to not overwrite previous custom library paths. you can go to that folder and check if the libraries are there or not. maybe find it in your system before adding the correct path to the variable. |
Hi pbullian, hi everyone ... https://www.cel.kit.edu/download/SDR-WInnComm-Europe-2013_DemelKoslowskiJondral_Slides.pdf Thanks to all for commentary and question&answer, I guess cooperative help really works in the matter of allowing new people to learn new stuff ... thanks again. Cheers, best regard (I am happy) PD: by the way, I did not need to add the LD_LIBRARY_PATH to /root/.basrhc (installation as a root user) in order to install gr-lte correctly, I just run the - /mkdir build/cd build/make/sudo make install - commands. |
So the installation was made without root privileges? |
LTE needs gruel to be build. And gruel is not available on gr3.7. So i am thinking this doesnt work with gnu3.7. I am trying to compile and have done import lte but lte_swig module is nowhere to be found to build lte receiver. I ran make under lte file and it build the library but it cannot be build. |
I had the same problem as Keskebeu. |
I had swig installed but it was a change in gnu which needed needed a
change in the api.h or include.h I cannot remember. Gr-lte does not do
anything and is a test receiver. So I took a look at the flow for a couple
of times, but it is too far from reality when it comes to sniffing staff.
…On Fri, Sep 28, 2018, 5:46 AM plutonheaven ***@***.***> wrote:
I had the same problem as Keskebeu.
I installed swig with sudo apt install swig, did the installation of
gr-lte again and it worked.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#6 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AYP2GMBydwesoDhx7B29mO3bY5Q7A702ks5ufe_egaJpZM4F4fL6>
.
|
Hy, |
hello, |
For me works fine after I run "sudo ldconfig" in a terminal. |
If you check on GitHub there's a resolved issue with this. You are missing
a script yo be added.
I remember this from a while ago
…On Tue, Apr 16, 2019, 10:14 AM CBsdr ***@***.***> wrote:
For me works fine after I run "sudo ldconfig" in a terminal.
Try...
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#6 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AYP2GA25pphqZ92iYmDgC99nr3WHzWi7ks5vhdq0gaJpZM4F4fL6>
.
|
Hello:
I'm having problems with the block 'Channel Estimator' It has a little square which says 'Import import lte' this text is in red and when i double-click it the error message says
Param -import(import):
import "import lte" failed.
I don't know why it cannot import this. Can you help me with this?
Thank you.
The text was updated successfully, but these errors were encountered: