-
Notifications
You must be signed in to change notification settings - Fork 13
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
Issues installing #23
Comments
It's the error you're getting running |
Here is the full output:
|
There's stuff missing between this: Did you modify the script? If so, please add back what you removed. |
I removed the apt portion at the beginning to save time as I had run the script like 10 times prior. Here is the output with that section added back: root@chipbluetoothspeaker:~/btspeak# sh -x setup.sh
Remainder of file ignored |
Hey, when I run the setup.sh I get an error. It worked the first time I did it but never again. The reason I'm trying again in the first place is because I can see "CHIP Bluetooth speaker" in my paired devices but it doesn't connect at all. Again, it worked the first time but never again. I've tried pairing it again over and over again. I've also tried bt-agent -c NoInputNoOutput -d to get it to pair again properly with no luck. Any help would be very much appreciated!!! Here is the error I'm getting:
`Error processing line 1 of /usr/local/lib/python2.7/dist-packages/easy-install.pth:
Traceback (most recent call last):
File "/usr/lib/python2.7/site.py", line 162, in addpackage
if not dircase in known_paths and os.path.exists(dir):
File "/usr/lib/python2.7/genericpath.py", line 18, in exists
os.stat(path)
TypeError: must be encoded string without NULL bytes, not str
Remainder of file ignored
Traceback (most recent call last):
File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/usr/lib/python2.7/dist-packages/easy_install.py", line 5, in
main()
File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 2199, in main
lambda: setup(
File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 2185, in with_ei_usage
return f()
File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 2202, in
distclass=DistributionWithoutHelpCommands, **kw
File "/usr/lib/python2.7/distutils/core.py", line 151, in setup
dist.run_commands()
File "/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
File "/usr/lib/python2.7/distutils/dist.py", line 971, in run_command
cmd_obj.ensure_finalized()
File "/usr/lib/python2.7/distutils/cmd.py", line 109, in ensure_finalized
self.finalize_options()
File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 323, in finalize_options
self.check_site_dir()
File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 455, in check_site_dir
self.pth_file = PthDistributions(pth_file, self.all_site_dirs)
File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 1531, in init
self._load()
File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 1553, in _load
os.path.join(self.basedir, path)
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2052, in normalize_path
return os.path.normcase(os.path.realpath(filename))
File "/usr/lib/python2.7/posixpath.py", line 382, in realpath
path, ok = _joinrealpath('', filename, {})
File "/usr/lib/python2.7/posixpath.py", line 407, in _joinrealpath
if not islink(newpath):
File "/usr/lib/python2.7/posixpath.py", line 142, in islink
st = os.lstat(path)
TypeError: must be encoded string without NULL bytes, not str`
The text was updated successfully, but these errors were encountered: