-
Notifications
You must be signed in to change notification settings - Fork 336
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
Unable to build python3.8 language module in a conda environment #563
Comments
I think there maybe something special in conda environment, but after command |
Hello,
|
Hello,
And the
The command
Is the gcc version too high? |
Find something interesting with conda here. Both of us used conda. Is this the same reason? |
Yes, the reason is newer current gcc version than the version used to build libpython. The simplest way for you is to disable LTO with Here is the similar issue and the long story with various suggestions and attempts to fix it. I've tried some of suggested approaches (installing gxx_linux-64, recipe creation, conda-build) with no luck :( |
Hi,
then move
Currently I'm using main.py with
then
then
It works! Notice (Very impotant)Unlike that in example Do not set
I don't know why but it just works. |
This app is used to server some deeplearning project that is hard to configure with normal venv. In this case, conda is necessary. Hoping to help someone. |
Notes: Regarding |
Hi,
I'm trying compiling Unit's source code with Python (3.8) language module in a conda environment, but an error occurs at module configuration step:
with the following output
In the log file
build\autoconf.err
But all files mentioned above do exists.
The command
cat /etc/issue
The command
cat /proc/version
The command
/root/miniconda3/bin/python3.8-config --libs --embed
The conda version
Full steps to reproduce error:
Any ideas what can be wrong?
The text was updated successfully, but these errors were encountered: