omnet download

85 views
Skip to first unread message

Fatih Koç

unread,
Jun 27, 2024, 7:18:23 AM6/27/24
to OMNeT++ Users
https://doc.omnetpp.org/omnetpp/InstallGuide.pdf

I follow above link for ubuntu installation of omnet but from 6.3 command line installation (reqired packaged) I face all error?
Is this not updated?
and I can not run 5.4 environment variables as well. after source setenv I did ./ configure but when I compile with make, it is not working as it described. 

I also follow this youtube link.

could you help me?

BEST

Kouros Zanbouri

unread,
Jun 28, 2024, 6:14:35 AM6/28/24
to OMNeT++ Users
Hi,

You shouldn't face any problems. In section 6.3, the commands are for installing the required packages for your Ubuntu and python libraries which should work without problem :

First command : 
sudo apt-get install build-essential clang lld gdb bison flex perl \
python3 python3-pip qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools \
libqt5opengl5-dev libxml2-dev zlib1g-dev doxygen graphviz \
libwebkit2gtk-4.0-37 xdg-utils

then : 
python3 -m pip install --user --upgrade numpy pandas matplotlib scipy \
seaborn posix_ipc

you may skip libosgearth part because Ubuntu 22.04 no longer provides the libosgearth package so osgEarth must be installed from sources.

if you face any error, post the error so we can help you

Fatih Koç

unread,
Jun 28, 2024, 8:11:53 AM6/28/24
to OMNeT++ Users

thanks for your reply. I have attached the issue coming when I make to compile OMNeT++  after configuration.

sch.png

Kouros Zanbouri

unread,
Jun 28, 2024, 8:05:35 PM6/28/24
to OMNeT++ Users
Your Python modules which are required by IDE were not installed successfully.

try:
sudo python3 -m pip install --user --upgrade numpy pandas matplotlib scipy \
seaborn posix_ipc

Fatih Koç

unread,
Jul 3, 2024, 11:08:23 AM7/3/24
to OMNeT++ Users
1.png


I dont understand why I face difficulties to follow the installation guide. I see this error.

Best

Julian

unread,
Jul 17, 2024, 7:13:24 AM7/17/24
to OMNeT++ Users
Honestly... The error message is pretty clear about what to do.

-> To install Python packages system-wide, try apt install python3-xyz, where xyz is the package you are trying to install.

The reason for this "error" is PEP668 and the way, Ubuntu handles the software.

So the install command would be something like this: sudo apt install python3-pandas
Do it for every Python module you need. Attention: posix_ipc will be python3-posix-ipc!
Reply all
Reply to author
Forward
0 new messages