arch is the Python package that contains routines to fit univariate volatility models, bootstrapping, multiple comparison procedures, and unit root tests. This tag is to be used for questions that use the arch package.
Questions tagged [arch]
159 questions
0
votes
0 answers
Can't import matplotlib although it is installed
I'm on arch linux and until recently I made the error of using pip to install things globally. I tried to remove everything related to python that wasn't tracked by pacman. I then removed pip.
I know of the --user flag for pip but in the end I use…

xotix
- 494
- 1
- 13
- 41
0
votes
0 answers
How do I encrypt an already installed Arch System?
I have a problem with encrypting my Arch Linux Installation. I can only find tutorials on how to encrypt arch during install but not how to encrypt an already installed system.
Some more information:
I currently dualboot with Windows using a GRUB…

FPVogel
- 3
- 3
0
votes
0 answers
Pip does not work in a virtual environment. Fish-Shell,
I use a fish shell, activate a virtual environment, Python works from the environment, but pip is used globally. How to fix it?
$ which python
/develop/venv/bin/python
$ which pip
/usr/bin/pip
$ python -m pip --version
pip 21.1 from…

Sonic Park
- 19
- 4
0
votes
0 answers
resolving the error due to xen building\installation
can't resolve the error when I am trying to build xen package using manjaro linux and 5.11.6-1 kernel.
Really appreciate fro thoughts. Thanks.
...
GEN target/sparc/trace.c
GEN util/trace.c
GEN config-all-devices.mak
make[1]:…

Ms.Simpson
- 31
- 4
0
votes
1 answer
Very slow login - Artix linux, s6
I have just installed artix with s6 init, and it takes so many time (about 1m) to perform login in tty.
But it happens only for primary session of the tty. I mean, if I try to access another user through su and enter his password - it is going…

LiaVa
- 198
- 1
- 10
0
votes
0 answers
is there any solution for : GLIBC_2.33 not found in arch linux?
i have installed Steam on Arch linux and then i tried to run 'pacman -Syu' and i got this error i tried downloading the package and put in the right path but nothing worked, and the steam client freeze on 'Connecting Steam Account' window.
this is…

DevProd_
- 11
- 2
- 6
0
votes
0 answers
Differences in showing disk usage percentage
I'm using Arch Linux.
When I run df -T command it gives me this:
Filesystem Type 1K-blocks Used Available Use% Mounted on
/dev/sda3 ext4 930449240 750685092 132430124 86% /home
As it can be seen, the number on "Use%" column…

nino
- 554
- 2
- 7
- 20
0
votes
1 answer
dwm arch linux. How to make key bindings to run Terminal programs
I was using i3. Now I want to see dwm. Made keybidings to run firefox on Modkey+w. It works well, but now when I want to do similar commands for nvim, ranger, cmus (all terminal programs) it isn't working. Can't run them from dmenu also. Is it ok,…

john
- 3
- 3
0
votes
1 answer
ValueError: Namespace GdkPixbuf not available caffeine-ng arch linux error
Hi there were some arch updates I recently installed that has broken some stuff on my computer.
I can't get caffeine-ng to work anymore. I get the error ValueError: Namespace GdkPixbuf not available
I did try installing gdk-pixbuf2 via pacman, but…

Pythonner12
- 123
- 1
- 1
- 8
0
votes
1 answer
Debian's libfuse-dev equivalent for Arch
Debian has the libfuse-dev package:
https://packages.debian.org/sid/libfuse-dev
When I search for fuse in the Arch repo, none of the results seem to be the right one.
https://aur.archlinux.org/packages/?O=50&K=fuse&PP=50&SB=m&SO=a

Cesar Moore
- 318
- 3
- 12
0
votes
1 answer
Unable to list files using tree and tree-strict programs in Linux Manjaro
Using tree in Ubuntu has made working in CLI much more enjoyable. When I switched over to my laptop running Manjaro and tried to install the tree program using snap, it went well and installed without errors. However when I try to run
~ tree mydiror…

Obancium
- 11
- 3
0
votes
1 answer
ASM Builds for BoringSSL currently not supported on: linux-aarch64
I am trying to Install firebase-admin on Termux using this command :
pip install firebase-admin
Python Version :
$ python -V
Python 3.9.1
Pip version :
$ pip -V
pip 20.3.1 from /data/data/com.termux/files/usr/lib/python3.9/site-packages/pip…
user14786054
0
votes
2 answers
I receive error 1 message when trying to run makepkg -sic for yay
I cloned yay through git clone https://aur.archlinux.org/yay.git. I Enter the directory and run makepkg -sic but I unfortunately get the error:
==> Making package: yay 10.1.0-1 (Mon 26 Oct 2020 06:25:36 AM +0330)
==> Checking runtime…

nino
- 554
- 2
- 7
- 20
0
votes
0 answers
Not being able to build emergent
I need to run this software as part of my CS course but I have no idea how to proceed further with this build.
emergent: https://github.com/emer/cemer
I run Arch Linux and whilst their is a package for it in the AUR alas it doesn't work:…

Konsole
- 1
0
votes
0 answers
Why isn't the kernel module Makefile recognizing any files in the directory?
I'm just starting to work on kernel module programming and I'm having a hard time getting the makefile to properly compile the c files. I'm using Manjaro 5.4
When I execute make in the same directory as the code and this Makefile:
obj-m +=…

Aidan Hryc
- 1
- 1