RaGe

Results 195 comments of RaGe

Well, you're not getting the second line when running from commandline. Eclipse gradle plugin by default picks up the wrapper version from your project folder - not certain what version...

@staleks 1.3.3 and 1.3.4 binaries are now built and published to maven central - except it may take some time for them to appear there. Meanwhile you can use them...

@jk1 Where is your `req.jmx` file located? If it is in `/src/test/jmeter`, then can you please comment out the `jmeterTestFiles =` line in your build.gradle?

@jk1 Thank for the minimal example, certainly makes debugging easier :) I ran jmeterrun on your example and got this: ``` java.lang.RuntimeException: Could not read JMeter properties file:\src\test\jmeter\jmeter.properties at org.apache.jmeter.util.JMeterUtils.loadJMeterProperties(JMeterUtils.java:193)...

Previous issue for context: https://github.com/OpenDevin/OpenDevin/issues/663

Do you have docker running? see also: https://github.com/OpenDevin/OpenDevin/issues/155

I'm not familiar with `pipfile`, can I just add `numpy="*"` here? https://github.com/OpenDevin/OpenDevin/blob/main/Pipfile

@AbhisekOmkar Neither your comment or your recommendation to close the issue are helpful. here's a clean repro of the reported issue - ``` $ docker run --rm -it python /bin/bash...

@emkaminsk `pipfile run` shouldn't be necessary because I already ran `pipfile shell` to activate local virtual environment. But I tried it anyway, and it produces the same result.