[BUG] `GLIBC_2.29` not found in Ubuntu 18.04

See original GitHub issue

Describe the bug mosec will raise the following error in Ubuntu 18.04:

/data/anaconda3/envs/mosec-p38/lib/python3.8/site-packages/mosec/bin/mosec: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /data/anaconda3/envs/mosec-p38/lib/python3.8/site-packages/mosec/bin/mosec)

To Reproduce Just run the Sentiment Analysis example.

Desktop (please complete the following information):

  • OS: Ubuntu 18.04
  • Library Version: 0.2.1
  • Rust Version: unknown
  • Python Version: 3.8.12

Additional context I tried to use mosec in Ubuntu 20.04 and it worked. So if Ubuntu 20.04 or above is required, I think it’s better to put it on the document.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
lkevinzccommented, Dec 30, 2021

Hi @secsilm , please have a check with the newest version by pip install -U mosec, and from this version on we should be able to support ubuntu18.04 onwards.

PS:

  1. 0.2.x -> 0.3.x: we add pyarrow.plasma as shared memory for IPC.
0reactions
secsilmcommented, Dec 30, 2021

The version 0.3.1 is not available on PyPi for now. I’ll try it when it’s released.

It should be available now: https://pypi.org/project/mosec/0.3.1/#files

Thanks for your quick response. I tried it again and it worked in Ubuntu 18.04. Thank you!

Read more comments on GitHub >

github_iconTop Results From Across the Web

version `GLIBC_2.29' not found ubuntu · Issue #1083 - GitHub
I cant find a sultion to /tmp/_gbstools/gbdk/bin/sdasgb: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by ...
Read more >
How to install GLIBC 2.29 or higher in Ubuntu 18.04
I am getting this error while running the command npm install -g yarn : node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not ...
Read more >
[Solved] GLIBC_2.29 not found on ubuntu 18.04 - JUCE Forum
If you are running into this error then you likely need to do one of the following: If you have access to the...
Read more >
How install GLIBC 2.29 or higher in Ubuntu 18.04 - DigitalOcean
The first option is to migrate your application to a system that supports GLIBC higher than or equal to 2.29. This would mean...
Read more >
1.9.3 on Linux Ubuntu 18.04 error: "version `GLIBC_2.29' not ...
3 on Linux Ubuntu 18.04 error: "version `GLIBC_2. 29' not found" So far as I gather from some google searching this is a...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found