Skip to content
#

packaging

Here are 533 public repositories matching this topic...

bachdx96
bachdx96 commented Nov 18, 2020

Issue description

When the environment variable PIPENV_SITE_PACKAGES is set, pipenv always recreate new virtualenv on each invoke of pipenv even if it is not a pipenv install command.

Expected result

  • pipenv run or pipenv shell should use existing virtualenv instead of creating a new one.
  • PIPENV_SITE_PACKAGES should only affect pipenv install command.

Actual

abn
abn commented Mar 30, 2021

This is a great issue to work on if you are new to the Poetry code base and want to start contributing. Over the years the poetry code base has added various fixes that catered to now unsupported versions of python. With the release of 1.2, we will drop support for all Python versions prior to 3.6. With this we want to clean up the code base of any such workarounds we did to support backwards

tsdx
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
pdm
PhilipVinc
PhilipVinc commented Aug 26, 2021

I tried running pdm add mpi4py in a clean environment and I get the error:

======== Start resolving requirements ========
  mpi4py
  Adding requirement mpi4py
Error occurs
Traceback (most recent call last):
  File "/usr/local/Cellar/pdm/1.8.1/libexec/lib/python3.9/site-packages/pdm/models/versions.py", line 26, in __init__
    tuple(int(v) if v != "*" else v for v in version_
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