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

AttributeError: 'module' object has no attribute 'run' #31

Open
mictadlo opened this issue Nov 1, 2021 · 1 comment
Open

AttributeError: 'module' object has no attribute 'run' #31

mictadlo opened this issue Nov 1, 2021 · 1 comment

Comments

@mictadlo
Copy link

mictadlo commented Nov 1, 2021

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
Copy link

check:
python --version
You need python3

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