(weewx-venv) xxxx:~/weewx-venv $ ./bin/weectl extension install https://github.com/Lint-Free-Technology/weewx-responsive-skin.git
Using configuration file /home/weewx/weewx.conf
Install extension 'https://github.com/Lint-Free-Technology/weewx-responsive-skin.git' (y/n)? y
Traceback (most recent call last):
File "./bin/weectl", line 10, in <module>
sys.exit(main())
File "/home/pi/weewx-venv/lib/python3.7/site-packages/weectl.py", line 66, in main
namespace.func(namespace)
File "/home/pi/weewx-venv/lib/python3.7/site-packages/weectllib/__init__.py", line 121, in dispatch
namespace.action_func(config_dict, namespace)
File "/home/pi/weewx-venv/lib/python3.7/site-packages/weectllib/extension_cmd.py", line 116, in install_extension
ext.install_extension(namespace.source, no_confirm=namespace.yes)
File "/home/pi/weewx-venv/lib/python3.7/site-packages/weecfg/extension.py", line 124, in install_extension
raise IOError(f"Unknown extension type found at '{extension_path}'")
OSError: Unknown extension type found at 'https://github.com/Lint-Free-Technology/weewx-responsive-skin.git'
(weewx-venv) xxxx:~/weewx-venv $ ./bin/weectl extension install /mnt/pishare/weewx-responsive-skin-master.zip
Using configuration file /home/weewx/weewx.conf
Install extension '/mnt/pishare/weewx-responsive-skin-master.zip' (y/n)? y
Extracting from zip archive /mnt/pishare/weewx-responsive-skin-master.zip
Traceback (most recent call last):
File "/home/pi/weewx-venv/lib/python3.7/site-packages/weecfg/__init__.py", line 714, in get_extension_installer
__import__('install')
ModuleNotFoundError: No module named 'install'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "./bin/weectl", line 10, in <module>
sys.exit(main())
File "/home/pi/weewx-venv/lib/python3.7/site-packages/weectl.py", line 66, in main
namespace.func(namespace)
File "/home/pi/weewx-venv/lib/python3.7/site-packages/weectllib/__init__.py", line 121, in dispatch
namespace.action_func(config_dict, namespace)
File "/home/pi/weewx-venv/lib/python3.7/site-packages/weectllib/extension_cmd.py", line 116, in install_extension
ext.install_extension(namespace.source, no_confirm=namespace.yes)
File "/home/pi/weewx-venv/lib/python3.7/site-packages/weecfg/extension.py", line 138, in install_extension
extension_name = self._install_from_file(extension_path, filetype)
File "/home/pi/weewx-venv/lib/python3.7/site-packages/weecfg/extension.py", line 168, in _install_from_file
extension_name = self.install_from_dir(extension_dir)
File "/home/pi/weewx-venv/lib/python3.7/site-packages/weecfg/extension.py", line 179, in install_from_dir
installer_path, installer = weecfg.get_extension_installer(extension_dir)
File "/home/pi/weewx-venv/lib/python3.7/site-packages/weecfg/__init__.py", line 716, in get_extension_installer
raise ExtensionError("Cannot find 'install' module in %s" % extension_installer_dir)
weecfg.ExtensionError: Cannot find 'install' module in /tmp/tmpkrjxk9dm/weewx-responsive-skin-master/
What am I doing wrong?
SusanI think if you download the zip file and install the extension it might work? It won't like the .git extension filename.I manually installed mine.
--
You received this message because you are subscribed to a topic in the Google Groups "weewx-user" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/weewx-user/tsujx_iCtFc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to weewx-user+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/weewx-user/f7b04572-fc95-437f-81df-85325a2419a0n%40googlegroups.com.
----¯\_(ツ)_/¯
You received this message because you are subscribed to the Google Groups "weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/weewx-user/CAD_tbc9LHv%3DQ_8iuKYdo70Qpg%2B2BCfvwFYZa-bONAhwCEbB%2BPA%40mail.gmail.com.
Get Outlook for Mac
Get Outlook for Mac
However using curl give me a message about trying to screen-scrape and wget gives me a 403 (forbidden) error.
To view this discussion visit https://groups.google.com/d/msgid/weewx-user/891c5909-50e5-4164-9ca7-25173c50a9f9n%40googlegroups.com.