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

python -xlrd #1

Closed
von-der-eretier opened this issue Feb 4, 2021 · 5 comments
Closed

python -xlrd #1

von-der-eretier opened this issue Feb 4, 2021 · 5 comments
Assignees

Comments

@von-der-eretier
Copy link

xlrd library seems to be impossible to install an run the script, any solutions?

@7Ragnarok7 7Ragnarok7 self-assigned this Feb 4, 2021
@7Ragnarok7
Copy link
Owner

@von-der-eretier Can you share the full command you are using to install the library?

@von-der-eretier
Copy link
Author

von-der-eretier commented Feb 5, 2021

I tried most ways:

pip install xlrd
pip3 install xlrd
apt-get python-xlrd, which is deprecated, so:
apt-get install python3-xlrd

and more commands I dont remember right now. Thanks.

@7Ragnarok7
Copy link
Owner

7Ragnarok7 commented Feb 5, 2021

@von-der-eretier

Use pip2 to install the library pip2 install xlrd OR python2 -m pip install xlrd. The tool is written in python2 . I didn't get time yet to convert it to python3, but will do so soon.

@von-der-eretier
Copy link
Author

I dont have python2 since kali is not using it and is beeing extra dificult to install an run pip2. I will wait then to python3 version. Thanks

@7Ragnarok7
Copy link
Owner

Alright...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants