-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
*** PermissionError: [Errno 13] Permission denied: '/LeanCLI/__pycache__' #515
Comments
Hey, @shawnngtq! Thanks for sharing the error. It seems that the issue might be because the |
The There is no
From my understanding
|
Hey @shawnngtq! Sorry we can't seem to pin this issue, is there anything special about the lean cli folder on the host? believe we've seen some issue with mac network folder for example. Have u tried using root user or not? To determine whether that would solve it. Is research working for you or is it only backtesting? Can you try C# default project and backtest? |
Test case 1 - ensure no unexpected filesI deleted Test case 2 - ensure not permission issue
Test case 3 - ensure not user issueexecute as Test case 4 - literally all you can do for permission issueIt works with Possible causeI guess the problem is with my setup (Linux OS with Linux network folder). 1st, using my standard user to everything don't work -> I suspect maybe 2nd, |
Yes I'd bet it's the linux network folder + how docker handles this. |
Context
I'm testing lean-cli using starter code, during backtest encounter *** PermissionError: [Errno 13] Permission denied: '/LeanCLI/pycache'
Setup
Error during backtest
The text was updated successfully, but these errors were encountered: