CopyPastor

Detecting plagiarism made easy.

Score: 0.9730977149719887; Reported for: String similarity Open both answers

Possible Plagiarism

Plagiarized on 2023-02-18
by raphiel

Original Post

Original - Posted on 2021-09-16
by talha khalid



            
Present in both answers; Present only in the new answer; Present only in the old answer;

This occurs due to files names with the '~' prefix in site-packages. Please remove those files / folders. It will solve your problem.
You can list them with
ls -a /xx/xx/xx/lib/pythonx.x/site-packages | grep "^~"

Then remove files/folders prefixed by '~'.


This occurs due to files names with the '~' prefix in site-packages. Please remove those files / folders. It will solve your problem.
You can list them with ```bash ls -a /xx/xx/xx/lib/pythonx.x/site-packages | grep "^~" ```
Then remove files/folders prefixed by '~'.

        
Present in both answers; Present only in the new answer; Present only in the old answer;