Closed arachid1 closed 3 years ago
On line 156 of picluster.py, I added the comment "# noqa: F524" to ignore the error, which fixed the issue. However, because it's an error saying the missing argument is the IP address, I'm worried this will lead to further problem.
Line 156:
raise Exception("Lock failed on machine {}, lock key mismatch {}".format(ip)) # noqa: F524
This is fixed now, thanks.
Hello,
I am attempting to build ELL but get an error at 84% when running the make file.
The output of 'cmake ..' (completes successfully):
Output of 'make':
In addition, I get a LOT of warnings (i.e., 2-5 every other %) when running the make command, often related to explicitly marked deletions of constructors and operators in files like Port.h or IREmitter.h. Here are a few examples:
I'm worried they might cause this issue or other ones.
I'm also adding the following in case it this helps:
gcc-8 --version
givesbash: gcc-8: command not found
Thank you in advance!