You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Hi,
What did I miss?
The text was updated successfully, but these errors were encountered: