fayez0
fayez0
Hello! I am facing the same problem here. I've installed Hermes on Mac OS. I used a virtualenv to install and run it, but I still have the same problem....
Here it is [LastTest.log](https://github.com/cosmicrays/hermes/files/11035759/LastTest.log)
Any idea why I keep getting this error? It seems the code cannot find pyhermes
Here is the portion of the test that has the error: 9/28 Testing: testIntegrationMethods 9/28 Test: testIntegrationMethods Command: "/Users/fayezabu-ajamieh/Desktop/Study/Research/PhD_Research/tools/hermes/build/testIntegrationMethods" Directory: /Users/fayezabu-ajamieh/Desktop/Study/Research/PhD_Research/tools/hermes/build "testIntegrationMethods" start time: Apr 03 10:32 IST Output: ----------------------------------------------------------...
I got this: /Library/Developer/CommandLineTools/usr/bin/make: invalid option -- D /Library/Developer/CommandLineTools/usr/bin/make: invalid option -- E Usage: make [options] [target] ... Options: -b, -m Ignored for compatibility. -B, --always-make Unconditionally make all targets....
Same issue
This doesn't seem to be the problem: I tried to install hermes on a cluster with Ubuntu 22 using ssh. It installs perfectly and when I run make test, I...