Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Conda ERROR _sysconfigdata_x86_64_conda_linux_gnu

I have one error: ModuleNotFoundError: No module named '_sysconfigdata_x86_64_conda_linux_gnu' Using comand: pip3 install --editable ./BindingSitesFromFragments

like image 619
Wenison Marrone Avatar asked Feb 03 '26 11:02

Wenison Marrone


1 Answers

I had this problem after installing anaconda (w/ python3.8.8) on Ubuntu 20.04 on an aws ec2 instance.

Here is my error message:

"ModuleNotFoundError: No module named '_sysconfigdata_x86_64_conda_linux_gnu'"

After a search

sudo find / -name _sysconfigdata_x86_64*`

and found the file

/home/ubuntu/anaconda3/lib/python3.8/_sysconfigdata_x86_64_conda_cos6_linux_gnu.py

Copying this file to the name of the missing file solved my problem

cd ~/anaconda3/lib/python3.8
cp _sysconfigdata_x86_64_conda_cos6_linux_gnu.py _sysconfigdata_x86_64_conda_linux_gnu.py
like image 167
Tom Whisenant Avatar answered Feb 05 '26 01:02

Tom Whisenant



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!