weizhouapache commented on issue #7927:
URL: https://github.com/apache/cloudstack/issues/7927#issuecomment-1805423776

   @loth @soreana 
   
   Here is a workaround (the package name is different)
   ```
   # cd /usr/share/cloudstack-marvin/
   # tar xvzf Marvin-4.19.0.0-shapeblue8532.tar.gz 
   # cd Marvin-4.19.0.0-shapeblue8532/
   # grep ^VERSION setup.py 
   VERSION = "4.19.0.0-shapeblue8532"
   # sed -i 's,^VERSION = "4.19.0.0.*,VERSION = "4.19.0.0",g' setup.py 
   # grep ^VERSION setup.py 
   VERSION = "4.19.0.0"
   # pip3 install .
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to