I also am experiencing this issue. I have tried a couple of the versions of Python and rsconnect-python with no success. I have tried using requirements files and and the manifest.json
Thank you for your suggestion, I have tried the following steps, but still have errors. @normana is also experiencing errors too. Could you please take a closer look or give it a try?
As was suggested in a warning, I created a requirements.txt file by running
I am also experimenting the exact same issue. I was thinking that it could be because my app uses yfinance package, but it does not fit in the categories of packages that does not work on shinyapps.io.
I would really appreciate your help
I had some success getting my application deployed including packages like xgboost for a prediction model, plotly for a dynamic graph, boto3 and other libraries for AWS S3 connections.
I found success by first creating a project with just the bare components like the UI and plotly. I also created a requriements.txt file where said the name ie 'plotly' or 'scipy' . This deployed and then within my project the rsconnect-python json file was created.
After deploying this and being able to access and add users, I the project in my local ide to include all files and update requirements.txt.
Finally, I have a deployed application. Now i am facing an issue with storing data to SQL server when users click a particular button. I am storing the object instead of the value. could use help with this!
We've recently enhanced the product so that when an error occurs at this step, rsconnect will show you the root cause error that took place on our servers. (As @normana discovered, usually it is because when we run pip to recreate your dependencies, it can't find or install some module you have installed locally.)