Which tool versions are you using?
SDK: v13.7.0
Platform: v22.12.2
Python: v3.10
Isolation mode: venv
Current Behavior
Problem at publish where cli gives a âMissing SDK version in requirementsâ. Last version was given as seen on these printscreens.
Expected Behavior
Published app with no problems or errors.
Context (optional, but preferred)
Publish from local terminal.
ci-publish gave exactly the same problem.
Hi Enrique,
I think you forgot to add the #
before the viktor version, so in this case it would be:
# viktor==13.7.0
plotly==...
See: Upgrade SDK Version
Does this solve your problem?
My bad, common case of assumptions that donât work. I thought that the hashtag wouldnât be necessary anymore since version 13.7.0. This off course solved the problem. Thanks Kevin!
BTW= removing the hashtag works just fine on the development environment.
maybe nice to add: we are working on enabling this through the complete flow and no longer necessitating the leading hashtag. we will communicate when this is supported an update the documentation to reflect this
1 Like