Skip to content
#

packaging

Here are 574 public repositories matching this topic...

BramVanroy
BramVanroy commented Mar 6, 2019

I am trying out the latest version (from the master branch) to find out if some earlier issues are fixed, but I stumble upon something else.

When installing some dependencies (in my case numpydoc==0.8.0 and overrides==1.9), this fail with the message Will try again. Indeed, pipenv lets me know 'Installing initially failed dependencies...' but does not give any feedback whether it succeede

tsdx
pradyunsg
pradyunsg commented Jan 21, 2022

Description

If you run pip config --edit with an editor that doesn't exist, pip presents a traceback.

Expected behavior

pip would present a clear error message, about which file could not be found.

pip version

21.3.1

Python version

N/A

OS

Windows

How to Reproduce

Run pip config edit --editor code on a Windows machine without VSCode ins

AppImageKit
probonopd
probonopd commented Sep 3, 2020

Trying to --appimage-extract-and-run a x86_64 Linux AppImage on FreeBSD 12.1-RELEASE-p8 with the Linux compatibility layer:

user@FreeBSD$  /home/user/Downloads/Akira-26-x86_64.AppImage --appimage-extract-and-run
mkdir_p error: Permission denied
Failed to extract AppImage

but

user@FreeBSD$  /home/user/Downloads/Akira-26-x86_64.AppImage --appimage-extract
open-build-service

Improve this page

Add a description, image, and links to the packaging topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the packaging topic, visit your repo's landing page and select "manage topics."

Learn more