question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

libgomp.so.1 error

See original GitHub issue

Can not import library lightgbm.

Investigative information

Please provide the following:

Repro steps

Provide the steps required to reproduce the problem:

Run the app

Expected behavior

The app should run

Actual behavior

It doesn’t run.

Known workarounds

No

Related information

requirements.txt:

numpy
pandas
pymongo[srv]
requests
scikit-learn
bs4
holidays
lightgbm

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
anirudhgargcommented, Jan 27, 2020

Closing this out as we have added the missing system dependency and xgboost and lightgbm both are loading fine now. Please report if things are not working.

1reaction
horihirocommented, Nov 2, 2019

This is same as https://github.com/Azure/azure-functions-python-worker/issues/493 , if this is a case of libgomp1.

Read more comments on GitHub >

github_iconTop Results From Across the Web

ImportError: libgomp.so.1: cannot open shared object file: No ...
On doing import spacy, got this error. 'ImportError: libgomp.so.1: cannot open shared object file: No such file or directory'
Read more >
error while loading shared libraries: libgomp.so.1
I tried to fix this manually on the system with gcc-4.3 by downloading the library and putting it on the LD_LIBRARY_PATH, but then...
Read more >
libgomp.so.1: Cannot Open Shared Object File
1: cannot open shared object file: No such file or directory. appears when you try to launch VNL, fix it by running apt-get...
Read more >
libgomp.so.1: cannot open shared object file: No such file or ...
I am runing my binary application on the on arm linux system. A error appears : " libgomp.so.1: cannot open shared object file:...
Read more >
OSError: libgomp.so.1: cannot open shared object file: No ...
Submission error "OSError: libgomp.so.1: cannot open shared object file: No such file or directory". Inference failed errors. Failed with exit code 1.
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