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

Value error when attempting to run from VS #68

Open
samedder opened this issue Feb 8, 2018 · 0 comments
Open

Value error when attempting to run from VS #68

samedder opened this issue Feb 8, 2018 · 0 comments

Comments

@samedder
Copy link
Collaborator

samedder commented Feb 8, 2018

Running sfctl after installing the CLI through a Python install in VS results in a Value Error

  • sfctl version 3.0.0

File "c:\program files (x86)\microsoft visual studio\shared\python36_64\lib\runpy.py", line 193, in run_module_as_main
"main", mod_spec)
File "c:\program files (x86)\microsoft visual studio\shared\python36_64\lib\runpy.py", line 85, in run_code
exec(code, run_globals)
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python36_64\Scripts\sfctl.exe_main
.py", line 5, in
File "c:\program files (x86)\microsoft visual studio\shared\python36_64\lib\site-packages\sfctl_init
.py", line 16, in
from sfctl.entry import launch
File "c:\program files (x86)\microsoft visual studio\shared\python36_64\lib\site-packages\sfctl\entry.py", line 13, in
from knack import CLI
File "c:\program files (x86)\microsoft visual studio\shared\python36_64\lib\site-packages\knack_init_.py", line 6, in
from .cli import CLI
ValueError: source code string cannot contain null bytes

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

1 participant