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

it's an old issue... #46

Closed
CS13337 opened this issue Jun 23, 2020 · 3 comments
Closed

it's an old issue... #46

CS13337 opened this issue Jun 23, 2020 · 3 comments

Comments

@CS13337
Copy link

CS13337 commented Jun 23, 2020

current blackarch installs compile / fail if your python is 3.8 and not python3.7

running "sudo blackman -a" or "sudo blackman -g blackarch-forensics"
produced oodles of the same error message in regards to line 178 from /usr/lib/python3.8/site-packages file=sys.stderr

infact for each and every package it burped out that same error

yup my python was to new for the install...

in my case this was in my .bashrc file:

export PYTHONPATH=${PYTHONPATH}:"/usr/lib/python3.8/:/usr/lib/python3.8/site-packages/"

me being simple, comment out the line, duplicated the line as follows:

export PYTHONPATH=${PYTHONPATH}:"/usr/lib/python3.7/:/usr/lib/python3.7/site-packages/"

after opening new terminal and running the command to install again, all was well in the boxen verse.

as i'm new here and only complaining cuz i can, i though i would help out instead.

solution
insert one line somewhere near the top of the install guide / website mentioning the python version requirement

CS13337

@noraj
Copy link

noraj commented Jun 24, 2020

@CS13337 Rather than updating the doc, I think it would be better to update the tool BlackArch/blackman#19

@CS13337
Copy link
Author

CS13337 commented Jun 24, 2020 via email

@aancw
Copy link
Member

aancw commented Jun 25, 2020

But, I don't see python in Blackman source code. Which one is causing the problem?

@noraj I think it's because of some tools in group that not yet compatible with python 3.8

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

3 participants