Skip to main content

All Questions

Tagged with
0 votes
1 answer
43 views

How to solve Ansible venv runtime exception in specific versions?

I want to set up a venv with the following packages as these are specified in a project I'm working on: ionoscloud==6.1.4 pytest==6.2.5 pytest-cov==3.0.0 ansible==5.0.1 PyYAML==6.0 kubernetes==24.2.0 ...
Turtle10000's user avatar
0 votes
0 answers
43 views

How to setup Not Exactly C or nxt-python on Arch Linux for lego mindstorms in 2023?

I have an old NXT Lego-Mindstorms Robot. I did some major digging, but I havn't been able to connect to the Robot via USB with my arch linux system. When I type nxt-test, I get the following error ...
Eldinur the Kolibri's user avatar
3 votes
1 answer
2k views

How to use pipx install -r?

I was really wondering how can I use the pipx install -r requirements.txt like we do using pip? Is there an alternative to that? When I was using it, it shows: [xyro@arch terra]$ pipx install -r ...
xyro's user avatar
  • 31
0 votes
1 answer
1k views

Error: Externally managed Environment,PIP

I am having this error while installing a package using PIP, How to fix it? [xyro@arch ~]$ pip install flask error: externally-managed-environment × This environment is externally managed ╰─> To ...
xyro's user avatar
  • 31
0 votes
0 answers
30 views

Cannot resolve bios dependency for soundscope-player

I am trying to install soundscope-player on Arch Linux. After much fumbling around I have finally gotten down to 1 missing dependency. I looked through the python install and config script and it ...
versa's user avatar
  • 1
1 vote
1 answer
2k views

How do I reinstall pip and its packages when pip doesn't work?

When I tried to install a google pip package it broke my pip installation and now I can't use pip to install or remove anything. I know I should have used a virtualenv but I already didn't. If I just ...
haxonek's user avatar
  • 11
0 votes
1 answer
634 views

Can I override links in /usr/bin/ by .zshrc?

I have /usr/bin/python mapped to /usr/bin/python3.7, but I prefer to use python3.6 instead. So I recreated links manually, but each time I update my system with pacman -Syu I have them overwritten by ...
neochar's user avatar
0 votes
2 answers
3k views

Python pip install error shlex.py

Can't install anything via pip install or pip3 install, it throws the following error: Exception: Traceback (most recent call last): File "/usr/lib/...
HenryRocha's user avatar
0 votes
1 answer
169 views

Cura 3.2.1 raising segmentation faults

When ever I start cura (whether as sudo or user) it raises a segmentation fault. I have no idea why. This happens on both my computer and laptop, both of which run Arch linux. Cura used to work on ...
wdhg's user avatar
  • 13
1 vote
0 answers
219 views

How can I troubleshoot VENVs `--system-site-packages` not mirroring my system?

I'm running Arch Linux and want to use virtual environments to install only those few PIP packages I use for specific projects while continuing to use the Arch packages for Python. However, when I ...
xtian's user avatar
  • 1,005
1 vote
0 answers
1k views

Install Python package with read-permission on Arch-Linux

I have tried Arch Linux recently and as I'm a Python programmer wanted to install the request package. To do so I needed to install the pip Python package manager by calling $ sudo easy_install pip ...
MrLeeh's user avatar
  • 149
1 vote
1 answer
2k views

Pip installs on Archlinux fails to build egg

I was trying to install nltk on my Archlinux server but it repeatedly fails with the following error output /usr/lib/python3.3/distutils/dist.py:257: UserWarning: Unknown distribution option: '...
stmfunk's user avatar
  • 227
3 votes
1 answer
3k views

Building Boost in Arch

I'm building Boost 1.53.0 (latest release) in Arch 2012.6. The reason I'm building is because I need to compile as follows: ./b2 install --prefix=/usr/local/ cxxflags="-std=c++11" Specifically, I ...
mkingston's user avatar
  • 392
3 votes
3 answers
8k views

How to start python program at boot on Arch Linux ARM?

I am running Arch Linux ARM on my Raspberry Pi, and I need to start a python (which should keep running until it either crashes or the machine loses power) program at boot with no input at all from ...
quantumkayos's user avatar