packaging
Here are 533 public repositories matching this topic...
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
-
Updated
Sep 5, 2021 - Ruby
Current Behavior
UMD build doesn't support code-splitting and dynamic imports (rollup/rollup#3490, rollup/rollup#3491) due to Rollup current limitations, and tsdx cli don't accept the format option amd when creating build config
Suggested Solution
Consider support AMD module format, o
Would it make sense to have a
logger.debug(orlogger.info/warning) call here mentioning that the version couldn't be parsed ?
Originally posted by @xavfernandez in pypa/pip#10117 (comment)
Yes, let's do a warning. :)
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
-
Updated
Mar 11, 2021 - Python
-
Updated
Aug 3, 2021 - Elixir
-
Updated
Aug 27, 2020 - Python
-
Updated
Aug 28, 2021 - C++
-
Updated
Jul 28, 2021 - Java
pdm add mpi4py
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_-
Updated
Aug 24, 2021 - Python
-
Updated
Aug 11, 2021 - JavaScript
Another UI issue on the monitor page:

Origin: https://build.opensuse.org/project/monitor/KDE:Qt5
Using firefox with a 1920x1080 screen resolution without zooming
The horizontal scrollbar can't be used. To fix the scrollbar and buttons alignment, I have to zoo
-
Updated
Apr 23, 2018 - Python
-
Updated
Jun 13, 2021 - C++
Improve this page
Add a description, image, and links to the packaging topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the packaging topic, visit your repo's landing page and select "manage topics."
Issue description
When the environment variable
PIPENV_SITE_PACKAGESis set, pipenv always recreate new virtualenv on each invoke of pipenv even if it is not apipenv installcommand.Expected result
pipenv runorpipenv shellshould use existing virtualenv instead of creating a new one.PIPENV_SITE_PACKAGESshould only affectpipenv installcommand.Actual