Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error #5

Closed
shanow7 opened this issue Nov 11, 2019 · 8 comments
Closed

error #5

shanow7 opened this issue Nov 11, 2019 · 8 comments
Labels
cantreproduce dependency-error Dependency Installation & Runtime problems

Comments

@shanow7
Copy link

shanow7 commented Nov 11, 2019

Traceback (most recent call last):
File "Vaile.py", line 29, in
import core.methods.select as select
File "/home/user/Desktop/vaile/core/methods/select.py", line 26, in
import texttable as table
ModuleNotFoundError: No module named 'texttable'

can you help?

@VainlyStrain
Copy link
Owner

Did you install the python dependencies? (requirements.txt)

If yes, were you using pip3?

@shanow7
Copy link
Author

shanow7 commented Nov 11, 2019

yes

@VainlyStrain
Copy link
Owner

Does the pip installation pass without errors? Can you post the logs? Which OS/distro are you using?

@shanow7
Copy link
Author

shanow7 commented Nov 11, 2019

Requirement already satisfied: soupsieve>=1.2 in /usr/lib/python3/dist-packages (from beautifulsoup4->bs4->-r requirements.txt (line 10)) (1.9.3)
┌─[user@parrot]─[~/Desktop/vaile]
└──╼ $sudo python3 Vaile.py
Traceback (most recent call last):
File "Vaile.py", line 29, in
import core.methods.select as select
File "/home/user/Desktop/vaile/core/methods/select.py", line 26, in
import texttable as table
ModuleNotFoundError: No module named 'texttable'

I'm using parrot

@VainlyStrain
Copy link
Owner

Did you try using a specific version of pip3 (eg pip3.5 )? Which version of python do you have? Have you checked if the texttable script is in /usr/lib*/python3?

@shanow7
Copy link
Author

shanow7 commented Nov 11, 2019

python --version
Python 3.7.4+
┌─[user@parrot]─[~/Desktop/vaile]
└──╼ $pip --version
pip 18.1 from /usr/lib/python3/dist-packages/pip (python 3.7)

@VainlyStrain VainlyStrain added the dependency-error Dependency Installation & Runtime problems label Nov 11, 2019
@VainlyStrain
Copy link
Owner

Try cloning texttable from git and installing it from source. If the issue persists, move the files into core/lib and edit the import in select.py to point to the installation folder.

@VainlyStrain
Copy link
Owner

closing the issue for now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cantreproduce dependency-error Dependency Installation & Runtime problems
Projects
None yet
Development

No branches or pull requests

2 participants