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.

multiple definition of `Py_GetArgcArgv`

See original GitHub issue

I have this working on windows 10, but I am trying to port to RedHat linux 7.6

my code is the same and I installed the same version of python 3.7.2

…/nuitka --recurse-all myapp.py /usr/local/lib/libpython3.7m.a(main.o): In function Py_GetArgcArgv': /usr/src/Python-3.7.2/Modules/main.c:3086: multiple definition of Py_GetArgcArgv’

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:12 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
bonkeydcowcommented, Jun 3, 2019

I even tried making a hello_world.py with just a print(‘Hello World!’) and it has the same error. Would it be possible to do a webex session or something to get me over this hurdle?

0reactions
kayhayencommented, Aug 18, 2019

@Gustavo6046 can you raise an issue and fill out the template, so I can know what you actually do have?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Failure to build TF 1.12 from source - multiple definitions in grpc
Same issue on my side. My configuration: Linux Ubuntu 18.04; TensorFlow installed from source; TensorFlow version: 1.12; Python version: 3.6 ...
Read more >
"multiple definition of `main'" error when compiling a mbed OS ...
I have compiled a test and got lots of errors. I have no idea what it is. Anyone can explain please. D:\Projects\mbed-os-example-blinky ...
Read more >
1796482 – gplugin fails to build with gcc 10: multiple definition ...
Bug 1796482 - gplugin fails to build with gcc 10: multiple definition of `_PyGObject_API'. Summary: gplugin fails to build with gcc 10: ...
Read more >
[cython-users] Multiple definitions of the init function ?
Hi, I recently pulled the cython-dev repos to enjoy the c++ wrapping and it seems I can't compile several .pyx files anymore. Here...
Read more >
Multiple definition symbol
Hi, I've build a simple project with external .c and .h file. ... if I put it I've "Error - symbol 'BootF_DataBuffer' has...
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