When I tried to use pip with python, I was told that XML_SetHashSalt could not be found.

Note that when I tried to use pip with python on Linux, I got the following error.

# python3 -m pip install numpy
(Omission)
ImportError: /usr/lib64/python3.6/lib-dynload/pyexpat.cpython-36m-x86_64-linux-gnu.so: undefined symbol: XML_SetHashSalt

Nothing happened, it was caused by a library conflict, so execute the following and then re-execute to resolve it.

# export LD_LIBRARY_PATH=

Recommended Posts

When I tried to use pip with python, I was told that XML_SetHashSalt could not be found.
It was a painful memory when I was told TypeError: must be type, not class obj when trying to inherit with Python.
Log when I was worried that I could not connect to Wi-Fi on Linux
A story that I was addicted to when I made SFTP communication with python
python> link> Mid-line comment in Python?> I was told that it's better to use named arguments.
How to log with python (when No handlers could be found for logger "__main__" appears)
I want to use a wildcard that I want to shell with Python remove
[Python] A memo that I tried to get started with asyncio
Install packages that need to be compiled with Python3 with pip [Windows]
When I try to use pip, SSL module is not available.
When I tried to generate sentences based on Kafka's "transformation" with LSTM, I could not become anyone.
A story that didn't work when I tried to log in with the Python requests module
I tried to implement deep learning that is not deep with only NumPy
When I tried to run Python, it was skipped to the Microsoft Store
[AWS] [GCP] I tried to make cloud services easy to use with Python
Use Python from Java with Jython. I was also addicted to it.
[Python] When I tried to make a decompression tool with a zip file I just knew, I was addicted to sys.exit ()
I tried to use lightGBM, xgboost with Boruta
I want to use MATLAB feval with python
I tried to get CloudWatch data with Python
I tried to output LLVM IR with Python
I want to use Temporary Directory with Python2
I tried to automate sushi making with python
When I tried to create a virtual environment with Python, it didn't work
I tried to predict the horses that will be in the top 3 with LightGBM
Three things I was addicted to when using Python and MySQL with Docker
I tried to summarize the operations that are likely to be used with numpy-stl
A note I was addicted to when running Python with Visual Studio Code
A story that was convenient when I tried using the python ip address module
I tried to summarize how to use matplotlib of python
String manipulation with python & pandas that I often use
I tried to implement Minesweeper on terminal with python
I tried to get started with blender python script_Part 01
I tried to touch the CSV file with Python
I tried to draw a route map with Python
When I tried to do socket communication with Raspberry Pi, the protocol was different
I tried to solve the soma cube with python
I tried to get started with blender python script_Part 02
I tried to automatically generate a character string to be input to Mr. Adjustment with Python
I was addicted to scraping with Selenium (+ Python) in 2020
I tried to implement an artificial perceptron with python
I tried to automatically generate a password with Python3
I tried to summarize how to use pandas in python
I tried to solve the problem with Python Vol.1
I tried to analyze J League data with Python
What I was addicted to when using Python tornado
I tried to solve AOJ's number theory with Python
When writing to a csv file with python, a story that I made a mistake and did not meet the delivery date
[Python] I tried to make an application that calculates salary according to working hours with tkinter
[1 hour challenge] I tried to make a fortune-telling site that is too suitable with Python
I know? Data analysis using Python or things you want to use when you want with numpy
I tried to make a generator that generates a C # container class from CSV with Python
A memorandum (masOS) that import tkinter could not be done with python installed from pyenv
Solution when you want to use cv_bridge with python3 (virtualenv)
I tried to find the entropy of the image with python
I tried to simulate how the infection spreads with Python
I tried various methods to send Japanese mail with Python
How to check when python-memcached server could not be connected
I want to be able to analyze data with Python (Part 1)
[python] A note when trying to use numpy with Cython
Use a macro that runs when saving python with vscode