Incomplete installation instructions
See original GitHub issueAccording to the installation instructions, all the user has to do is pip install this project. This is not exactly true, because there is an implicit vue.js (and hence node) requirement. What makes things worse is that it only becomes apparent when the user checks why vue-cli deploy
throws an exception (it would be nice if the exception was replaced with a simple error message saying the vue.js must be installed).
Also, it would be nice if it was in the description how vue-cli
finds the main entry point of the application or how it can be pointed to a custom Python file.
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
How to fix Installation incomplete errors during ... - YouTube
If installation of your McAfee Windows security product fails and you see an “ installation incomplete ” message, we have some simple ...
Read more >Installation incomplete | Trend Micro Home Users Community
Installation incomplete. Hi all, i used trend micro ... You may check the link below for instructions on how to install the permission...
Read more >Incomplete Installation Instructions · Issue #513 · SeriousCache ...
I'm trying to build this project using Visual Studio, but your instructions leave a lot as assumed knowledge. Please provide actual step instructions....
Read more >"Installation incomplete. Some products failed to install." due ...
"Installation incomplete. Some products failed to install." due to error code 1603 when installing Autodesk 2020 or 2021 version software.
Read more >Install Incomplete. Please Click the Link to Open a Webpage ...
You'll be brought to a page on our website with a set of instructions that will allow you to complete your installation. Once...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for using vue.py and pointing this out.
First there are no extra dependencies to vue.js or node. vue.py delivers everything needed to run a app.
Following the steps here should lead to a running app. If not can you please provide the exception traceback?
An app can only live in a
app.py
, this should be changed in the future. But for now it is static.If you install not from pypi but the latest version directly from GitHub. Please follow this instructions for deployment.
Sorry for the inconvenience but for now there are some inconsistencies in the documentation between current release and the master-branch.
No problem, thanks! It’s just a small usability issue, so no big deal. I just thought it’s best to keep the issue open so it gets fixed sometime in the future.
Thanks again!