-
Notifications
You must be signed in to change notification settings - Fork 5
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
installing issue #1
Comments
i need your help i do not know how to fix this its the smae even when installing bin and using sudo |
I'll look into it over the next few days or so, as I've got finals coming back. |
Am still wating. |
Alright. It should work now. Close this issue if it does. |
I can't test it but i will close the issue |
⋊> ~/Downloads cd Singularis-master/ 15:32:28 More issues |
Its saying installed but its not installed |
For the last issue, you just need to create the ~/.local/bin folder. I'll add that in the code, but try again after creating and add the |
Here is what i got
|
There is ~/.local/bin folder |
Singularis-master! ❯ ./install --aspect "dotfiles(^bin)" 0.00s [main●] ~/Downloads/Singularis-master
[Notice] Installing my Dotfiles.
[Info] Installed .xprofile.
[Info] Installed .zshenv.
[Info] Installed GeoGebra.
[Info] Installed awesome.
[Info] Installed bashtop.
[Info] Installed bottom.
[Info] Installed bspwm.
[Info] Installed btop.
[Info] Installed calcurse.
[Info] Installed castero.
[Info] Installed chameleon.
[Info] Installed cmus.
[Info] Installed cointop.
[Info] Installed dunst.
[Info] Installed dwm.
[Info] Installed easytag.
[Info] Installed git.
[Info] Installed gtk-2.0.
[Info] Installed gtk-3.0.
[Info] Installed gtk-4.0.
[Info] Installed inkscape.
[Info] Installed inkscape-figures.
[Info] Installed ipython.
[Info] Installed kitty.
[Info] Installed lf.
[Info] Installed lynx.
[Info] Installed manuskript.
[Info] Installed mpd.
[Info] Installed mpv.
[Info] Installed ncmpcpp.
[Info] Installed neofetch.
[Info] Installed newsboat.
[Info] Installed picom.
[Info] Installed polybar.
[Info] Installed python.
[Info] Installed ranger.
[Info] Installed rofi.
[Info] Installed sioyek.
[Info] Installed sxhkd.
[Info] Installed tmux.
[Info] Installed wal.
[Info] Installed wal-discord.
[Info] Installed zsh.
[Info] Installed fehbg.
[Warn] Skipping the installation of bin.
[Warn] You need to be using the --singularis command to install the share aspect.
Traceback (most recent call last):
File "/home/lahcen/Downloads/Singularis-master/./install", line 5, in
main.main()
File "/home/lahcen/Downloads/Singularis-master/man/main.py", line 207, in main
parse_arguments(args)
File "/home/lahcen/Downloads/Singularis-master/man/main.py", line 38, in parse_arguments
core(args)
File "/home/lahcen/Downloads/Singularis-master/man/main.py", line 13, in core
[aspect.install_aspect() for aspect in aspects["aspects_to_install"]]
File "/home/lahcen/Downloads/Singularis-master/man/main.py", line 13, in
[aspect.install_aspect() for aspect in aspects["aspects_to_install"]]
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/lahcen/Downloads/Singularis-master/man/operations/aspects.py", line 54, in install_aspect
exec(code, replace_vars)
File "", line 15, in
File "/home/lahcen/Downloads/Singularis-master/man/operations/template.py", line 189, in init
dict.init(self, self.get_templates())
^^^^^^^^^^^^^^^^^^^^
File "/home/lahcen/Downloads/Singularis-master/man/operations/template.py", line 205, in get_templates
Template(
File "/home/lahcen/Downloads/Singularis-master/man/operations/template.py", line 68, in init
self.setup_for_installation()
File "/home/lahcen/Downloads/Singularis-master/man/operations/template.py", line 92, in setup_for_installation
self.install()
File "/home/lahcen/Downloads/Singularis-master/man/operations/template.py", line 123, in install
private_vars = yaml.load(private_info, Loader=yaml.FullLoader)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/yaml/init.py", line 79, in load
loader = Loader(stream)
^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/yaml/loader.py", line 24, in init
Reader.init(self, stream)
File "/usr/lib/python3.11/site-packages/yaml/reader.py", line 85, in init
self.determine_encoding()
File "/usr/lib/python3.11/site-packages/yaml/reader.py", line 124, in determine_encoding
self.update_raw()
File "/usr/lib/python3.11/site-packages/yaml/reader.py", line 178, in update_raw
data = self.stream.read(size)
^^^^^^^^^^^^^^^^^^^^^^
File "", line 322, in decode
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb7 in position 15: invalid start byte
The text was updated successfully, but these errors were encountered: