Hi I have written all the code using lean local after that I pushed using
lean cloud push --project "rlstrategy"
it shows me a successful message
PS C:\Users\Admin\Desktop\leanAlgoes\leanAlgos> lean cloud push --project "rlstrategy"
C:\Users\Admin\anaconda3\Lib\site-packages\paramiko\transport.py:219: CryptographyDeprecationWarning: Blowfish has been deprecated and will be removed in a future release
"class": algorithms.Blowfish,
[1/8] Pushing 'Library\portfolioconstruction'
Successfully updated name, files, and libraries for 'Library/portfolioconstruction'
[2/8] Pushing 'Library\universe'
Successfully updated name, files, and libraries for 'Library/universe'
[3/8] Pushing 'Library\indicators'
Successfully updated name, files, and libraries for 'Library/indicators'
[4/8] Pushing 'Library\benchmark'
Successfully updated name, files, and libraries for 'Library/benchmark'
[5/8] Pushing 'Library\alphamodel'
Successfully updated name, files, and libraries for 'Library/alphamodel'
[6/8] Pushing 'Library\executionmodel'
Successfully updated name, files, and libraries for 'Library/executionmodel'
[7/8] Pushing 'Library\riskmanagement'
Successfully updated name, files, and libraries for 'Library/riskmanagement'
[8/8] Pushing 'rlstrategy'
Successfully updated name, files, and libraries for 'rlstrategy'
PS C:\Users\Admin\Desktop\leanAlgoes\leanAlgos>
But I can not see this strategy in my QuantConnect cloud, it is strange to have this error.
any suggestion?
even I have tried to pull that strategy from cloud using command
lean cloud pull --project strategy
C:\Users\Admin\Desktop\New folder\qcWeb>lean cloud pull --project "rlstrategy"
C:\Users\Admin\anaconda3\Lib\site-packages\paramiko\transport.py:219: CryptographyDeprecationWarning: Blowfish has been deprecated and will be removed in a future release
"class": algorithms.Blowfish,
Error: No project with the given name or id exists in the cloud
Mia Alissi
Here are some steps you can take to troubleshoot and resolve the issue of not seeing your pushed project in the QuantConnect cloud:
Verify Project Name: Double-check the project name used in the
lean cloud push
command. Ensure it matches exactly with the intended project name in the cloud. It seems you usedrlstrategy
, so ensure this is the correct name.Check Organization Workspace: Make sure you are logged into the correct organization workspace in the CLI where the project is intended to be pushed. Sometimes, projects may be pushed to a different workspace.
Review CLI Output: Carefully review the CLI output for any warnings or errors that might have been overlooked during the push process. The output you provided indicates success, but it's good to double-check for any subtle warnings.
Inspect Local Changes: Confirm that all changes were saved locally before executing the push command, as unsaved changes will not be reflected in the cloud.
Re-authenticate CLI: Log out and log back into the CLI to refresh authentication, ensuring there are no session-related issues.
Consult QuantConnect Support: If the issue persists, contact QuantConnect support with details of the commands used and the output received for further assistance.
Attempt a Fresh Pull: Try pulling all projects using
lean cloud pull
without specifying a project name to see if the project appears among other projects. This can help identify if the project exists under a different name or location.By following these steps, you should be able to identify and resolve the issue with your project not appearing in the QuantConnect cloud.
Sources: Cloud Synchronization - QuantConnect.com, QuantConnect Paper Trading - QuantConnect.com
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.
Sukhvinder Pal Singh
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!