Displaying 4 results from an estimated 4 matches for "pypa".
Did you mean:
ppa
2024 Jan 31
4
Bug#1062048: xen: FTBFS with Python 3.12 as default
...raham
/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66:
SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!
********************************************************************************
Please avoid running ``setup.py`` directly.
Instead, use pypa/build, pypa/installer or other
standards-based tools.
See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html
for details.
********************************************************************************
!!
self.initialize_options()
In file included from /u...
2017 Jun 01
2
Test-suite bots red because of missing import
...for setuptools==36.0.0
I assume the builds will start to work again without any necessary change for the moment.
We can still try to make a few changes on buildbot jobs to make the scripts less reliant on the latest from pypi.
If you want to go ahead that way, let me know.
[1] https://github.com/pypa/setuptools/issues/1042
- Leandro
From: Diana Picus [mailto:diana.picus at linaro.org]
Sent: 01 June 2017 11:11
To: Leandro Nunes
Cc: Kristof Beyls; llvm-dev; nd
Subject: Re: [llvm-dev] Test-suite bots red because of missing import
Sounds great. Thanks for working on it, Leandro!
On 1 June 201...
2017 Jun 01
2
Test-suite bots red because of missing import
Hi,
There was a new Python setuptools release (36.0.0) today, that caused this compatibility issue.
The suggestion to stop breaking the builds is to add a static setuptools version on lnt's requirements.client.txt.
The latest known compatible version is 35.0.2. I have tested it building a LNT sandbox and it seems to works.
setuptools==35.0.2
I'll create a bug on LNT so we can
2018 Apr 06
9
Semi-OT: install python package in userspace
CentOS 7 box. As there's no package in any of the repos, we're trying to
install scikit-learn in the user's space. It refuses. My late try was,
after d/l a .whl from last year, hoping that would work with the numpy
package in the regular repos, I did a pip install --user scikit-learn...,
and it still seems to want to write to system space: OSError: [Errno 13]
Permission denied: