Skip to content
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

Outdated dependency #1313

Open
danlo76 opened this issue Oct 1, 2024 · 0 comments
Open

Outdated dependency #1313

danlo76 opened this issue Oct 1, 2024 · 0 comments
Assignees

Comments

@danlo76
Copy link

danlo76 commented Oct 1, 2024

Description

I installed OMSimulator in a virtual environment using pip.
Trying to execute OMSimulator I recieve the following error:

OSError: libicuuc.so.66: cannot open shared object file: No such file or directory

After some googling I applied this workaround which solves the issue.

However, it would be nice if this dependency was updated to a more recent version or ideally included.

Steps to reproduce the behavior

  1. Create and activate virtual environment
  2. Install OMSimulator using pip
python3 -m venv .venv
. ./.venv/bin/activate
  1. Create a simple python script (in current location)
# test.py
from OMSimulator import OMSimulator
oms = OMSimulator()
version = oms.getVersion()
print(version)
  1. Execute script
python3 test.py

Expected behavior

error message:

OSError: libicuuc.so.66: cannot open shared object file: No such file or directory

Version and OS

  • Version: OMSimulator v2.1.1.post257-g1eb92ef-linux-notlm
  • OS: Ubuntu 22.04.5 LTS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants