Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

loading indicator only #1

Closed
ramstein74 opened this issue Nov 23, 2018 · 4 comments
Closed

loading indicator only #1

ramstein74 opened this issue Nov 23, 2018 · 4 comments

Comments

@ramstein74
Copy link

hello i tried your sample code but all i get is a loading indicator.
Also errors in the vue-cli deploy live
image

@stefanhoelzl
Copy link
Owner

You are running vuepy on Windows? I do not have a Windows machine to test it, but I hope we can figure out what's wrong.

Can you open the Javascript console of your browser and paste the output here?

@stefanhoelzl
Copy link
Owner

the file which describes your vue.py app must be named app.py and must be located your current working directory where you run vue-cli deploy live

@stefanhoelzl
Copy link
Owner

i will close this!
feel free to open it again, if you still have issues.

@Ordiel
Copy link

Ordiel commented Jun 3, 2019

Hi I am also having issues to get vue-cli running on windows; I could probably help with some stack traces. Here is the first one:

$ vue-cli deploy live
Traceback (most recent call last):
  File "c:\python37\lib\runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "c:\python37\lib\runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "C:\Users\me\AppData\Roaming\Python\Python37\Scripts\vue-cli.exe\__main__.py", line 5, in <module>
  File "C:\Users\me\AppData\Roaming\Python\Python37\site-packages\vuecli\cli.py", line 15, in <module>
    from vuecli.provider import Static, Flask
  File "C:\Users\me\AppData\Roaming\Python\Python37\site-packages\vuecli\provider.py", line 13, in <module>
    VUE_PATH = pkg_resources.resource_filename("vue", None)
  File "c:\python37\lib\site-packages\pkg_resources\__init__.py", line 1145, in resource_filename
    self, resource_name
  File "c:\python37\lib\site-packages\pkg_resources\__init__.py", line 1395, in get_resource_filename
    return self._fn(self.module_path, resource_name)
  File "c:\python37\lib\site-packages\pkg_resources\__init__.py", line 1471, in _fn
    self._validate_resource_path(resource_name)
  File "c:\python37\lib\site-packages\pkg_resources\__init__.py", line 1517, in _validate_resource_path
    os.path.pardir in path.split(posixpath.sep) or
AttributeError: 'NoneType' object has no attribute 'split'

This occurred while trying to run the example provided here.

Worth to mention it works just fine on WSL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants