Vitalis Salis

Results 27 comments of Vitalis Salis

What version of Python are you running?

I see. It might be due to some updates to the class on version 3.10. Can you try running it with version 3.9?

Hi @alaalial , please create a new issue for that.

Hi @QingYiSun, I've seen this error before on some packages, and I have gathered that this is a random error depending on the distribution that one uses ([source](https://github.com/freqtrade/freqtrade/issues/5956#issuecomment-977552278)). Appreciate your...

Hey @hornekyle, thanks for the report. Yep, this seems to be an issue with an update to Python 3.10 (I've only tested up to 3.9). I think the best solution...

Hello @QingYiSun, I will take a look at that as soon as time allows. Thanks!

Thanks for the PR! Some minor things, just to be consistent with the styling of the rest of the codebase: - Please add an extra space at the beginning of...

Sure thing! Do you want me to close this PR or will you continue your work here? Still haven't merged anything on master.

Yep, this should not happen. `self.scope_manager.get_scope(self.current_ns)` should never return `null`. Would appreciate some more information about the error (whole error statck + python file that leads to the error).

I have added the `--max-iter` command-line argument that specifies that the maximum number of passes of the fix-point iteration algorithm. Maybe setting this to a low number can help.