Illegal instruction (core dumped)

Installing and setting up FaceSwap


Forum rules

Read the FAQs and search the forum before posting a new topic.

Please mark any answers that fixed your problems so others can find the solutions.

Locked
User avatar
fACEsWAP12345
Posts: 3
Joined: Mon Jun 08, 2020 3:16 pm

Illegal instruction (core dumped)

Post by fACEsWAP12345 »

Hello,

I installed FaceSwap on my vserver with ubuntu.

But when I try to do this:

Code: Select all

python faceswap.py gui

or other commands with faceswap. It comes:

Code: Select all

Illegal instruction (core dumped)
by bryanlyon » Mon Jun 08, 2020 6:59 pm

This is an error from C. Likely due to a corrupt installation of Python or libraries. Best solution will be to delete the folder and environment and reinstalling making sure to use the installer.

Go to full post
User avatar
bryanlyon
Site Admin
Posts: 793
Joined: Fri Jul 12, 2019 12:49 am
Answers: 44
Location: San Francisco
Has thanked: 4 times
Been thanked: 218 times
Contact:

Re: Illegal instruction (core dumped)

Post by bryanlyon »

This is an error from C. Likely due to a corrupt installation of Python or libraries. Best solution will be to delete the folder and environment and reinstalling making sure to use the installer.

Locked