AttributeError: 'module' object has no attribute 'run'
mictadlo opened this issue · 1 comments
mictadlo commented
Hi,
git clone https://github.com/vpc-ccg/haslr.git
cd haslr
make
export PATH=/work/team/apps/haslr/bin/:$PATH
checking /work/team/apps/haslr/bin/haslr_assemble: Traceback (most recent call last):
File "/work/team/apps/haslr/bin/haslr.py", line 381, in <module>
main()
File "/work/team/apps/haslr/bin/haslr.py", line 25, in main
check_program(path_haslr_assemble)
File "/work/team/apps/haslr/bin/haslr.py", line 271, in check_program
completed = subprocess.run([prog, '-h'], stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)
AttributeError: 'module' object has no attribute 'run'
What did I miss?
Kirstie-dev commented
check:
python --version
You need python3