The Wayback Machine - https://web.archive.org/web/20211128085330/https://github.com/topics/packaging
Skip to content
#

packaging

Here are 556 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

neersighted
neersighted commented Nov 16, 2021

We're doing a bunch of code quality cleanup, and as part of that effort I'd like to implement some additional lints/coding conventions. There will be a lot of manual changes here, so I think these will be some items to have multiple people tackle.

In no particular order:

  • Add ban-relative-imports = true to .flake8 and remove relative imports from the repo.
  • ~Add `flake8-type-checki
tsdx
stevecj
stevecj commented Nov 2, 2021

What's the problem this feature will solve?

Since pip freeze generates constraints in the form of " @ " and pip subsequently understands that format, it seems to me that the documentation at https://pip.pypa.io/en/stable/topics/vcs-support/ should describe that format in addition to the "#egg=" format.

Since the "…@…" format is what pip gener

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_

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