Coder Social home page Coder Social logo

Comments (4)

Lion3323 avatar Lion3323 commented on May 18, 2024

I've uninstalled and reinstalled all of these several times. Still getting a missing module. Thanks in advance if you get time to help.

sudo python3 Villain.py

Traceback (most recent call last):

File "/home/lion/Villain/Villain.py", line 11, in

from Core.common import *

File "/home/lion/Villain/Core/common.py", line 21, in

import gnureadline as global_readline

ModuleNotFoundError: No module named 'gnureadline'

from villain.

DeityLink2018 avatar DeityLink2018 commented on May 18, 2024

Have you tried to install the requirements?

pip3 install -r requirements.txt

Make sure you are in the same directory.

The module you are missing is in the file

from villain.

Lion3323 avatar Lion3323 commented on May 18, 2024

Yes most certainly did that. I've also uninstalled and tried about three times now. When It says I'm missing something I install it again. I'm stuck on
ModuleNotFoundError: No module named 'gnureadline'
lion@Lionden:~/Villain$ pip3 install -r requirements.txt

Defaulting to user installation because normal site-packages is not writeable

Requirement already satisfied: gnureadline==8.1.2 in /home/lion/.local/lib/python3.10/site-packages (from -r requirements.txt (line 1)) (8.1.2)

Requirement already satisfied: netifaces==0.11.0 in /usr/lib/python3/dist-packages (from -r requirements.txt (line 2)) (0.11.0)

Requirement already satisfied: pycryptodome==3.15.0 in /home/lion/.local/lib/python3.10/site-packages (from -r requirements.txt (line 3)) (3.15.0)

Requirement already satisfied: pyperclip==1.8.2 in /home/lion/.local/lib/python3.10/site-packages (from -r requirements.txt (line 4)) (1.8.2)

lion@Lionden:~/Villain$ sudo python3 Villain.py

Traceback (most recent call last):

File "/home/lion/Villain/Villain.py", line 11, in

from Core.common import *

File "/home/lion/Villain/Core/common.py", line 21, in

import gnureadline as global_readline

ModuleNotFoundError: No module named 'gnureadline'

Uninstalled an reinstalled as well.

from villain.

t3l3machus avatar t3l3machus commented on May 18, 2024

@Lion3323 try installing the requirements with sudo.

from villain.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.