Publish app (error) could not install all requirements

Hi there,

I have an error when I want to publish my app. Could you please help and provide me with possible steps I can take? For example, to figure out which requirement is giving trouble?

The error message is the following:

SUCCESS  uploading completed!
ERROR   packing completed with errors: Could not install all requirements
INFO: Encountered an error during monitoring of deployment. Use the `apps` command to see the current status of the deployment.

I have these requirements in requirements.txt

# viktor==13.2.0

./non_pypi_wheels/... (internal packages)
./non_pypi_wheels/d_geolib-0.1.7-py3-none-any.whl 
pandas==1.2.3  
shapely==1.7.1  
gitpython==3.1.27  
markupsafe==2.0.1 
openpyxl==3.0.9
xmltodict==0.12.0
./non_pypi_wheels/GDAL-3.4.3-cp39-cp39-win_amd64.whl ; platform_system == "Windows"
./non_pypi_wheels/Fiona-1.8.21-cp39-cp39-win_amd64.whl ; platform_system == "Windows"
fiona==1.8.21; platform_system != "Windows"
geopandas==0.11.0

Thanks in advance :pray:

Hi Yida, did you specify a python version for publishing? If so, which version?

Thank you for replying! I used 3.9

welcome_text = "welcome.md"
python_version = "3.9"

It is currently not possible to use local wheels during publishing. This issue is caused due to a discrepancy between viktor-cli and production. We are working on a fix.

1 Like

This issue has been fixed.