{
"channel-id": "LOCAL-0bdabbbf562c887f2776b6cd808244e4",
"description": "",
"algorithm-language": "Python",
"parameters": { },
"libraries": [
{
"name": "TradeRL_Libs",
"path": "Library\\TradeRL_Libs"
}
],
"local-id": 763421559
}
when I do lean cloud push I found this error
PS C:\Users\anthony\Desktop\leanAlgos\leanAlgos> lean cloud push --project .\papertradingIBKR\
[1/2] Pushing 'Library\TradeRL_Libs'
Cannot push 'Library\TradeRL_Libs': We couldn't find you account in the given organization, ORG: f2e79db7719bb7e113a9af23322009f4
[2/2] Pushing 'papertradingIBKR'
Cannot push 'papertradingIBKR': Organization relationship not found
please suggest how can I push this to cloud.
Steps to build project.
first login with my own account lean login
1. lean init
2. lean create-project project_name
write code.
3. lean cloud push --project project_name
Mia Alissi
It seems like you're having trouble pushing your project to the cloud. Here are some steps you can follow to troubleshoot this issue:
Make sure you're logged in to the correct account. You can do this by running the
lean login
command and entering your QuantConnect credentials. If you're already logged in, you might want to try logging out and logging back in again. Here is the documentation for logging in.Ensure that the project you're trying to push is in the correct organization workspace. You can check this by opening a terminal in the organization workspace that contains the project you want to push. Here is the documentation for organization workspaces.
Try pushing the project to the cloud again using the
lean cloud push --project "<projectName>"
command. Replace<projectName>
with the name of your project. Here is the documentation for thelean cloud push
command.If you're still having trouble after following these steps, it might be a good idea to reach out to QuantConnect's support team for further assistance.
The material on this website is provided for informational purposes only and does not constitute an offer to sell, a solicitation to buy, or a recommendation or endorsement for any security or strategy, nor does it constitute an offer to provide investment advisory services by QuantConnect. In addition, the material offers no opinion with respect to the suitability of any security or specific investment. QuantConnect makes no guarantees as to the accuracy or completeness of the views expressed in the website. The views are subject to change, and may have become unreliable for various reasons, including changes in market conditions or economic circumstances. All investments involve risk, including loss of principal. You should consult with an investment professional before making any investment decisions.
Stahl
The material on this website is provided for informational purposes only and does not constitute an offer to sell, a solicitation to buy, or a recommendation or endorsement for any security or strategy, nor does it constitute an offer to provide investment advisory services by QuantConnect. In addition, the material offers no opinion with respect to the suitability of any security or specific investment. QuantConnect makes no guarantees as to the accuracy or completeness of the views expressed in the website. The views are subject to change, and may have become unreliable for various reasons, including changes in market conditions or economic circumstances. All investments involve risk, including loss of principal. You should consult with an investment professional before making any investment decisions.
To unlock posting to the community forums please complete at least 30% of Boot Camp.
You can continue your Boot Camp training progress from the terminal. We hope to see you in the community soon!