Leonid Shamis

Results 8 comments of Leonid Shamis

Here is how I solved JEP issues (on Windows): - installed JEP using pip: `pip install jep` (NOTE: I used the latest available version `3.6.4` - https://pypi.python.org/pypi/jep) - created `repo\org\python\pypi\jep\3.6.4`...

BTW, I still couldn't find TestStrategy anywhere, so I temporarily remove the following from `src\main\java\org\cryptocoinpartners\module` to pass maven build without error: ``` BaseMomentumStrategy.java BaseVolatilityStrategy.java CarryStrategy.java CorrelationStrategy.java MarketMakerStrategy.java MomentumStrategy.java MovStrategy.java PairsStrategy.java...

Thank you for the prompt response! Yes, I removed node 18 and installed node 16 and that fixed the issue: ``` leonid@asus:~$ node --version v16.16.0 leonid@asus:~$ npm --version 8.11.0 leonid@asus:~$...

Closing the issue as the original problem was resolved.

> Hey there, so the reason why I had `agent` in there is because it was a OpenHermes 2.5 I tuned using ollama, I had just create a Modelfile setting...

+1 - Same issue Tried the steps suggested by @jc2 above, but it didn't help: > meteor => Started proxy. => Started MongoDB. => Errors prevented startup: While building for...

I just tried and it didn't help: ``` meteor remove yogiben:admin meteor reset meteor update less meteor add yogiben:admin ``` See the results (including versions info - meteor --version &&...

Yes, meteor didn't update less to the latest version. I've removed less again and re-installed with specific version - it worked this way and the issue has been resolved: ```...