Questions tagged [arch]

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.

159 questions
0
votes
0 answers

zshrc only works right in Ubuntu but not in Arch

Short description Same .zshrc file in both Operating Systems Most things work fine in Arch, only some don't Command: echo $? Output: 0 PS1="%(?.▶.✘)" shows the ✘ while starting new pts With source ~/.zshrc everything works suddenly Long…
Pixelbog
  • 236
  • 1
  • 8
0
votes
1 answer

How to install specific version in ARCH using yay?

I have issue with latest version of vscode==1.75.1. I'm ussing Microsoft Dev Containers extension, and inside dev container I cannot run termminal . Error is: The connection to the terminal's pty host process is unresponsive, the terminals may stop…
0
votes
0 answers

Cannot find module './parse'

Am on Arch Linux distribution and i was working normally with npm but suddenly i started having this error Error: Cannot find module './parse' Require stack: - /usr/lib/node_modules/npm/node_modules/semver/functions/clean.js -…
cici
  • 1
  • 1
0
votes
0 answers

guest share permissions not working garuda linux

I have a desktop running garuda linux and a steam deck. The desktop is running a usb hard drive enclosure in a raid 5 with a share `[raid_share] comment = raid share path = /mnt/md0/share/ public = yes only guest = yes writable = yes read only =…
0
votes
1 answer

MPD problems - no music showing

When I want to run ncmpcpp I saw no music showing up. My mpd service (user level) is running without problems, but when I run it manually, verbose I get this output. mpd --verbose --stdout --no-daemon config_file: loading file…
Engineer
  • 7
  • 2
0
votes
0 answers

Mariadb : mysql installation on arch

Error: Job for mariadb.service failed because the control process exited with error code. See "systemctl status mariadb.service" and "journalctl -xeu mariadb.service" for details. I want to use mysql on arch so, i installed using pacman by running…
0
votes
0 answers

How to set resample length in Block bootstrap in ARCH package - Python

I want to use the CircularBlockBootstrap() in the arch package, but I can't find a way to set the output length. My code snippet is below: from arch.bootstrap import CircularBlockBootstrap error_1y = forecast_1y - actual_1y # this is a series of…
0
votes
0 answers

arch linux with i3wm: xrandr detects monitor but does not connect

I have this weird issue with connecting an external monitor via usb-c to my arch linux machine where I run i3 as window manager. My setup is a Lenovo Thinkvision T27hv-20 as docking station which I connect via usb-c (to also charge my machine) and a…
mor3dr3ad
  • 131
  • 2
  • 11
0
votes
1 answer

How to install build tools on arch with sdkmanager?

If I don't use sudo I get a permission error: $ sdkmanager "build-tools;33.0.1" Traceback (most recent call last): File "/usr/bin/sdkmanager", line 33, in sys.exit(load_entry_point('sdkmanager==0.6.0', 'console_scripts',…
chovy
  • 72,281
  • 52
  • 227
  • 295
0
votes
1 answer

pacman: /usr/lib/libcrypto.so.1.1: version `OPENSSL_1_1_0' not found

After instaling openssl, for some reason, pacman and yay started to return this: pacman -Sy pacman: /usr/lib/libcrypto.so.1.1: version `OPENSSL_1_1_0' not found (required by /usr/lib/libalpm.so.13) pacman: /usr/lib/libcrypto.so.1.1: version…
jazz_man07
  • 27
  • 6
0
votes
0 answers

Debugging cursor issue in Steam game on Linux - cursor only moves in upper left quadrant of screen during game

When I launch certain games, on SteamDeck (Arch Desktop Mode Linux) - The cursor is restricted by the upper left quadrant of the screen. Making it impossible to click menu buttons to start the game. There's GOT to be a reason for this, maybe it's a…
nthChild
  • 679
  • 3
  • 10
  • 19
0
votes
0 answers

CUDA Manjaro Nvidia gtx 970 Bus error (core dumped)

I get with this simple kernel an "Bus error (core dumped)". Operation System: Linux-x86_64 Nvidia Driver Version: 525.60.11 NVML Version: 12.525.60.11 Kernel: 5.10.157-1-MANJARO CUDA/CUDA Tools: 11.8.0-1 __global__ void add(char *y) { int index…
TTho Einthausend
  • 609
  • 4
  • 13
0
votes
0 answers

A platform with a different configuration has been created. Please destroy it first

A platform with a different configuration has been created. Please destroy it first. getting above error when i have 2 angular bundled js files in same page. Project Architecture: NX Angular under apps i have created 2 different apps. with one app i…
user12428054
  • 135
  • 3
  • 9
0
votes
0 answers

Fails to execute command

enter image description here curl: (28) Failed to connect to raw.githubusercontent.com port 443 after 130114 ms: Couldn't connect to server Getting this kind of error whenever I try to install some applications or oh-my-zsh/fish same happens with…
0
votes
0 answers

getting error as name 'tsplot' is not defined

i am trying to run a python code for ARCH model np.random.seed(13)# a0 and a1 are constant and should be greater than 0 a0 = 2 a1 = .5# Random number generator with size 1000: y = w = np.random.normal(size=1000) Y = np.empty_like(y)for t in…