[gentoo-user] pip

2022-07-13 Thread karl
I get: $ pip pip: no python-exec wrapped executable found in /usr/lib/python-exec. Does that mean that, since $ python --version Python 3.10.5 there is no pip in the python3.10 directory: $ ls -l /usr/lib/python-exec/python*/pip -rwxr-xr-x 1 root root 364 May 5 2019 /usr/lib/python-exec

Re: [gentoo-user] pip

2022-07-13 Thread Neil Bothwick
On Wed, 13 Jul 2022 10:40:34 +0200 (CEST), k...@aspodata.se wrote: > I get: > $ pip > pip: no python-exec wrapped executable found in /usr/lib/python-exec. > > Does that mean that, since > $ python --version > Python 3.10.5 > > there is no pip in the python3.10 dir

Re: [gentoo-user] pip search disabled?

2020-12-17 Thread bobwxc
在 2020/12/18 上午2:32, Valmor F. de Almeida 写道: Hello, Has anyone seen this search problem with pip for any package? ->  pip search twine ERROR: Exception: Traceback (most recent call last):   File "/usr/lib/python3.8/site-packages/pip/_internal/cli/base_command.py", line

Re: [gentoo-user] pip search disabled?

2020-12-18 Thread Valmor F. de Almeida
On 12/17/20 11:55 PM, bobwxc wrote: 在 2020/12/18 上午2:32, Valmor F. de Almeida 写道: Hello, Has anyone seen this search problem with pip for any package? ->  pip search twine ERROR: Exception: Traceback (most recent call last):   File "/usr/lib/python3.8/site-packages/pip/_inte

Re: [gentoo-user] Q: pp requires --uesr option t hat doesn't exist?

2017-12-24 Thread Max Zettlmeißl
$ pip install --user awscli or $ pip2.7 install --user awscli works. Merry Christmas. On 24 December 2017 at 21:54, Steven Lembark wrote: > > This should have been simple: Install AWS client command line tools. > Catch: Installing it with AWS' example tells me to use the &qu

[gentoo-user] pip search disabled?

2020-12-17 Thread Valmor F. de Almeida
Hello, Has anyone seen this search problem with pip for any package? -> pip search twine ERROR: Exception: Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/pip/_internal/cli/base_command.py", line 228, in _main status = self.run(options, args)

[gentoo-user] Q: pp requires --uesr option t hat doesn't exist?

2017-12-24 Thread Steven Lembark
stuff as SU, rather set up a group with access to the necessary libarary areas in Python. $ pip install awscli ERROR: (Gentoo) Please run pip with the --user option to avoid breaking python-exec $ pip --user install awscli Usage: pip [options] no such option: --user $ pip --user=le

Re: [gentoo-user] pip

2022-07-18 Thread karl
Neil Bothwick: > On Wed, 13 Jul 2022 10:40:34 +0200 (CEST), k...@aspodata.se wrote: ... > > $ pip > > pip: no python-exec wrapped executable found in /usr/lib/python-exec. ... > You may need to re-emerge pip if the last file you have is for python3.6. ... Thanks, that solved i

Re: [gentoo-user] Re: 17 new packages because pip wants to write poetry?

2024-07-29 Thread Eli Schwartz
add dozens of new dependencies like >>> that. Why does pip suddenly need to format (or produce?) both markdown >>> and RTF when it's been able to get along fine without them for so many >>> years? >> >> For many years, pip has contained bundled librarie

[gentoo-user] Re: 17 new packages because pip wants to write poetry?

2024-07-29 Thread Grant Edwards
come up with a good mechanism for that other than news >> items. > > Well, it is there in the `git log` of the package. And at > https://packages.gentoo.org/packages/dev-python/pip/changelog > > Commits on 2024-06-23 > > dev-python/pip: Unbundle dependencies Right, but th

[gentoo-user] Re: 17 new packages because pip wants to write poetry?

2024-07-29 Thread Grant Edwards
On 2024-07-29, Eli Schwartz wrote: > >> It turns out dev-python/poetry has nothing to do with poetry, so my AI >> paranoia was unjustified (this time), but one wonders what devs are >> thinking when the decide they add dozens of new dependencies like >> that. Why does

Re: [gentoo-user] python2 problem

2021-08-08 Thread cal
On 8/8/21 5:12 AM, William Kenworthy wrote: > Hi, I am trying to install the ssspsk python module using pip for python > 2 (for tuya-convert) but its not working. > > I have installed python 2.7 from portage and followed the wiki (set > python_targets, emerge -NuDv etc.), howev

Re: [gentoo-user] python2 problem

2021-08-08 Thread Bill Kenworthy
On 9 August 2021 1:06:23 am AWST, cal wrote: >On 8/8/21 5:12 AM, William Kenworthy wrote: >> Hi, I am trying to install the ssspsk python module using pip for python >> 2 (for tuya-convert) but its not working. >> >> I have installed python 2.7 from portage

[gentoo-user] Firefox-31.8.0 build fails on no-multilib PC

2015-07-25 Thread Mick
/tmp/portage/www- client/firefox-31.8.0/work/mozilla-esr31/obj-x86_64-pc-linux- gnu/_virtualenv/bin/python Installing setuptools, pip... Complete output from command /var/tmp/portage/www...ualenv/bin/python2.7 -c "import sys, pip; sys...d\"] + sys.argv[1:]))" setuptools pip:

Re: [gentoo-user] 17 new packages because pip wants to write poetry?

2024-07-29 Thread Eli Schwartz
On 7/29/24 12:01 PM, Grant Edwards wrote: > This morning a routine emerge -auvND wanted to install 17 new packages > for no apparent reason. > > Adding a 't' to the emerge options seems to point to pip, which now > wants to install a whole shed-load of new packages

Re: [gentoo-user] g-cpan equivalent for python

2019-11-22 Thread Ralph Seichter
* Dan Johansson: > The recommended way to install it is using pip which will then install > everything including dependencies (which could lead to conflicts with > software installed using emerge (I guess)). There will be no conflicts if you use 'pip' with virtual Pytho

[gentoo-user] Re: Firefox-31.8.0 build fails on no-multilib PC

2015-07-30 Thread Mick
31.8.0/work/mozilla-esr31/obj-x86_64-pc-linux- > gnu/_virtualenv/bin/python2.7 > Also creating executable in /var/tmp/portage/www- > client/firefox-31.8.0/work/mozilla-esr31/obj-x86_64-pc-linux- > gnu/_virtualenv/bin/python > Installing setuptools, pip... > Complete output from

[gentoo-user] 17 new packages because pip wants to write poetry?

2024-07-29 Thread Grant Edwards
This morning a routine emerge -auvND wanted to install 17 new packages for no apparent reason. Adding a 't' to the emerge options seems to point to pip, which now wants to install a whole shed-load of new packages — among them dev-python/poetry and a bunch of markdown and rich-text lib

Re: [gentoo-user] pip3 error

2020-11-02 Thread Jack
On 2020.11.02 19:38, Jude DaShiell wrote: When I try: pip3 install fenrir-screenreader ERROR: (Gentoo) Please run pip with the --user option to avoid breaking python-exec Did not have this happen in earlier python and pip versions on other systems. What can I do to clear this error? If it

Re: [gentoo-user] python2 problem

2021-08-08 Thread Bill Kenworthy
Sorry, so many typos, here it is again :( Hi, I am trying to install the sslpsk python module using pip for python (for tuya-convert) but its not working - python3 works, python2 doesn't. It was working a few months back on a different system. I have installed python 2.7 from portag

Re: [gentoo-user] 17 new packages because pip wants to write poetry?

2024-07-29 Thread Andreas Fink
t. Devs are thinking how to make their life easier and not how to please you. pip is opensource, go ahead, unbundle the unnecessary bits, help the devs making it work also without these dependencies. I am in no way involved in the development of pip, but this attitude is very counterproductive.

Re: [gentoo-user] g-cpan equivalent for python

2019-11-22 Thread Michael Orlitzky
". Creating an ebuild just to do that sounds like overkill to > me. If the software author suggests pip, than pip is what I'd use. ;-) > Shh, this is how we trick people into becoming proxy maintainers and eventually Gentoo developers. Seriously though, every python package suggests

Re: [gentoo-user] Re: 17 new packages because pip wants to write poetry?

2024-07-29 Thread Eli Schwartz
est/specifications/core-metadata/#description Of course, the specific metadata field in question is not actually useful for installed packages, only for web repository uploads, but there you have it... There is some useful metadata in that file, for example pip needs it to be able to list which nam

Re: [gentoo-user] g-cpan equivalent for python

2019-11-22 Thread Ralph Seichter
f the software author suggests pip, than pip is what I'd use. ;-) -Ralph

[gentoo-user] python2 problem

2021-08-08 Thread William Kenworthy
Hi, I am trying to install the ssspsk python module using pip for python 2 (for tuya-convert) but its not working. I have installed python 2.7 from portage and followed the wiki (set python_targets, emerge -NuDv etc.), however pip seems to only know how to install for python3. For python 2.7 do

[gentoo-user] pip3 error

2020-11-02 Thread Jude DaShiell
When I try: pip3 install fenrir-screenreader ERROR: (Gentoo) Please run pip with the --user option to avoid breaking python-exec Did not have this happen in earlier python and pip versions on other systems. What can I do to clear this error? If it can't be cleared, I can install this pa

Re: [gentoo-user] python2 problem

2021-08-08 Thread Michael Dinon
On Sunday, August 8, 2021, William Kenworthy wrote: > Hi, I am trying to install the ssspsk python module using pip for python > 2 (for tuya-convert) but its not working. > > I have installed python 2.7 from portage and followed the wiki (set > python_targets, emerge -NuDv etc

Re: [gentoo-user] pip3 error

2020-11-02 Thread Neil Bothwick
On Mon, 2 Nov 2020 19:38:36 -0500, Jude DaShiell wrote: > When I try: > pip3 install fenrir-screenreader > ERROR: (Gentoo) Please run pip with the --user option to avoid breaking > python-exec > > Did not have this happen in earlier python and pip versions on other > system

Re: [gentoo-user] Re: Python: ebuilds vs. pip3 install --user

2020-03-11 Thread Marc Joliet
t;> import sys > >>> sys.path > > ['', '/usr/lib64/python36.zip', '/usr/lib64/python3.6', > '/usr/lib64/python3.6/lib-dynload', > '/home/grante/.local/lib64/python3.6/site-packages', > '/usr/lib64/python3.6/si

[gentoo-user] Installing python-2.6

2015-04-23 Thread Guillaume Poulin
python 2.6 installation with pip and virtualenv, so I can run the unit tests locally.

Re: [gentoo-user] after emerge -Du world date can't keep time

2005-09-11 Thread Willie Wong
stories. I read them a lot. I'm just a little girl, you know. I don't ever plan to grow up either. You hear? Never grow up! You lose too much... I had a parakeet once, named Violet. She was the only one left... We had four. Peter Pan and Lily went to live with some friends, so th

[gentoo-user] g-cpan equivalent for python

2019-11-22 Thread Dan Johansson
I have a piece of python software (gigasetelements-cli, https://github.com/dynasticorpheus/gigasetelements-cli) that I would like to install/try, and of cause there is not ebuild for this. The recommended way to install it is using pip which will then install everything including dependencies

Re[2]: [gentoo-user] why do I need cargo to make an initramfs?

2022-05-14 Thread Stefan Schmiedl
Samstag, 14. Mai 2022 11:37: > I don't get it. Why should something built with rust require a boot > packaging tool that also requires rust? That's like saying, if a > facility has a python component, the whole facility needs to be > distributed with pip. > Can

Re: [gentoo-user] Installing python-2.6

2015-04-23 Thread Mike Gilbert
python 2.6? I don't need other > packages support for python 2.6, just a python 2.6 installation with > pip and virtualenv, so I can run the unit tests locally. > I added python-2.6.9 back to the portage tree, but empty KEYWORDS. Sync your portage tree in around an hour and add the fo

Re: [gentoo-user] UDEV help [resolved]

2008-12-16 Thread Willie Wong
ttle girl, you know. I don't ever plan to grow up either. You hear? Never grow up! You lose too much... I had a parakeet once, named Violet. She was the only one left... We had four. Peter Pan and Lily went to live with some friends, so there were two. And then Pip died. I loved Pi

Re: [gentoo-user] g-cpan equivalent for python

2019-11-24 Thread François-Xavier Carton
his message is printed on 100% recycled electrons! > ******* > You can also use "pip install --user package", so that the files are installed in ~/.local and don't conflict with the system ones.

Re: [gentoo-user] Piping "emerge -a" to some other command

2022-02-25 Thread Arve Barsnes
On Fri, 25 Feb 2022 at 10:00, Dr Rainer Woitok wrote: > A quick search in the "emerge" manual page for "pars" and "pip" did not > turn up anything I considered relevant. Can anyone give more hints? I'm guessing any proposed solution would fail when wh

Re: [gentoo-user] Modern Docker?

2016-02-17 Thread Alec Ten Harmsel
g > newer than 1.5.2. Is there an official overlay for this sort of thing, > or do Gentooers do something else with Docker typically? > Until the new version gets added to the tree, I would run docker-compose out of a virtualenv: virtualenv ~/docker-compose source ~/docker-compo

Re: [gentoo-user] Installing python-2.6

2015-04-24 Thread Guillaume Poulin
y have no >> way to run the unit tests locally. >> >> Is there an easy way to install python 2.6? I don't need other >> packages support for python 2.6, just a python 2.6 installation with >> pip and virtualenv, so I can run the unit tests locally. >> >

[gentoo-user] Python Installation broken

2014-01-27 Thread Silvio Siefke
Hello, i has make a big mistake i think. I has installed nikola with pip install but it want not work. So i downgrade to fewer version of nikola over portage. Not want work give error message from setuptools. Ok delete nikola, retext and setuptools. I run a emerge --depclean. I try equery u

Re: [gentoo-user] why do I need cargo to make an initramfs?

2022-05-14 Thread n952162
lf a shiny new rust component in either your kernel or your initramfs content. s. I don't get it.  Why should something built with rust require a boot packaging tool that also requires rust?  That's like saying, if a facility has a python component, the whole facility needs to be

Re: [gentoo-user] g-cpan equivalent for python

2019-11-22 Thread Michael Orlitzky
On 11/22/19 4:10 PM, Dan Johansson wrote: > > The recommended way to install it is using pip which will then install > everything including dependencies (which could lead to conflicts with > software installed using emerge (I guess)). > I would rather use some "mechanism&qu

Re: [gentoo-user] why do I need cargo to make an initramfs?

2022-05-14 Thread Dale
re a boot > packaging tool that also requires rust?  That's like saying, if a > facility has a python component, the whole facility needs to be > distributed with pip. > > Can anyone tell me where the initramfs staging area or configuration > file is? > > > The file(s) are in /etc/dracut.conf.d/.  I only have one file but depending on setup, you could have more than one.  Hope that helps. Dale :-)  :-)

Re: [gentoo-user] problem with setting up home router

2005-04-25 Thread Willie Wong
o grow up either. You hear? Never grow up! You lose too much... I had a parakeet once, named Violet. She was the only one left... We had four. Peter Pan and Lily went to live with some friends, so there were two. And then Pip died. I loved Pip... he might have been my favorite. So we buri

Re: [gentoo-user] Piping "emerge -a" to some other command

2022-02-25 Thread Dr Rainer Woitok
t intended to be used on a daily basis. > I haven't dug into the man page, but I'm sure there are also options > that are more intended to make the output more suitable for > parsing/etc. A quick search in the "emerge" manual page for "pars" and "pip" did not turn up anything I considered relevant. Can anyone give more hints? Sincerely, Rainer

Re: [gentoo-user] why do I need cargo to make an initramfs?

2022-05-14 Thread n952162
s a python component, the whole facility needs to be distributed with pip. Can anyone tell me where the initramfs staging area or configuration file is? The file(s) are in /etc/dracut.conf.d/.  I only have one file but depending on setup, you could have more than one. Hope that helps. Dale :-)  :-)

Re: [gentoo-user] Disk Backup From One Machine To Another

2005-06-24 Thread Bryan Whitehead
Use rsh to just pip data over with rsync? Use iptables to restrict rsh... On Fri, 24 Jun 2005, Raphael Melo de Oliveira Bastos Sales wrote: Hi there, I have one machine (Machine 1) that I need backup its files periodically. I also have another machine (Machine 2) that will hold the backup

Re: [gentoo-user] Re: wxPython/wxWidgets release number mismatch

2018-09-17 Thread Andrew Udvare
The current version of wxPython is actually 4.0.x and is not compatible with wxGTK 3.0.4. wxGTK needs to be bumped as well https://bugs.gentoo.org/577030 but there are some breaking changes in 3.1 vs 3.0. wxPython 3.0.2.0 is considered 'classic' and was released in 2014. I tried to u

[gentoo-user] Re: Python: ebuilds vs. pip3 install --user

2020-03-11 Thread Grant Edwards
de of it is that you have to enter/exit the > environment to use the program but I've had 5 or 6 versions of > python installed at one time and it works fine for what it does. That was what I was going to do if the "pip --user" method didn't work well. In my exaple it&#

Re: [gentoo-user] why do I need cargo to make an initramfs?

2022-05-14 Thread n952162
component, the whole facility needs to be distributed with pip. Can anyone tell me where the initramfs staging area or configuration file is? The file(s) are in /etc/dracut.conf.d/.  I only have one file but depending on setup, you could have more than one. Hope that helps. Dale :-)  :-)

Re: [gentoo-user] why do I need cargo to make an initramfs?

2022-05-14 Thread n952162
On 5/14/22 12:52, Stefan Schmiedl wrote: Samstag, 14. Mai 2022 11:37: I don't get it. Why should something built with rust require a boot packaging tool that also requires rust? That's like saying, if a facility has a python component, the whole facility needs to be distribute

Re: [gentoo-user] g-cpan equivalent for python

2019-11-23 Thread Dan Johansson
On 22.11.19 23:41, Michael Orlitzky wrote: On 11/22/19 4:10 PM, Dan Johansson wrote: The recommended way to install it is using pip which will then install everything including dependencies (which could lead to conflicts with software installed using emerge (I guess)). I would rather use some

[gentoo-user] Re: EAPI 4-python

2014-02-24 Thread eroen
verlay (where I presume you put the ebuild?). However, from > > previous experience with the Progress overlay, you might want to > > use the entire overlay though layman in stead. Due to unfortunately > > incompatible python-implementation dependencies with gentoo proper >

[gentoo-user] bash-completion 2: gentoo completion files installed wrong?

2015-09-29 Thread Frank Steinmetzger
calibre-server dbus-send ebook-device ebook-polish ekeyword epm euse gcc-config helpers kmod lrf2lrs pip quilt rc-status revdep-rebuild tree webapp-config calibre calibre-smtp distcc-config ebook-edit ebook-viewer emerge equery fetch-ebook-metadata genlop hg latexmk lrfviewer portageq rc rc-update

[gentoo-user] ujson in a virtualenv explodes with undefined symbol: Buffer_AppendShortHexUnchecked

2016-01-08 Thread Daniel Quinn
happen on other machines at these versions, and knowing that even on this machine it was working fine until this afternoon, I have to assume that it has to do with the host system and not the virtualenv. Indeed, the steps to produce this problem are: virtualenv myvenv . myvenv/bin/activate pi

[gentoo-user] Q: What is "python-exec2c"? Why would "python3" dispatched through it not see an installed copy of pyyaml?

2021-03-06 Thread Steven Lembark
ref/source/util/species-gen.py", line 23, in * import yaml # pip install pyyaml ModuleNotFoundError: No module named 'yaml' make: *** [Makefile:1741: species-data.h] Error 1 make -C rltiles all ARCH=x86_64-pc-linux-gnu NO_PKGCONFIG= TILES=y make[1]: Entering director

[gentoo-user] Re: bash-completion 2: gentoo completion files installed wrong?

2015-09-29 Thread walt
k-convert ebook-meta > ebuild epkginfo eselect flaggie glsa-check java-config layman metagen > pygmentize rc-service repoman tmux udisksctl browser-config > calibre-server dbus-send ebook-device ebook-polish ekeyword epm euse > gcc-config helpers kmod lrf2lrs pip quilt rc-status revd

[gentoo-user] Re: Python: ebuilds vs. pip3 install --user

2020-03-11 Thread Grant Edwards
-packages', '/usr/lib64/python3.6/site-packages/pygdbmi-0.8.4.0-py3.6.egg', '/usr/lib64/python3.6/site-packages/pcpp-1.1.1-py3.6.egg', '/usr/lib64/python3.6/site-packages/pytz-2019.2-py3.6.egg', '/usr/lib64/python3.6/site-packages/python_dateuti

Re: [gentoo-user] Re: EAPI 4-python

2014-02-24 Thread Fox
ike wstool, rosdep. etc. They all seem to use this EAPI. I thought that using this overlay would be easier than using pip but apparently it's not is it?

Re: [gentoo-user] mpv no longer compiles

2023-03-17 Thread Ionen Wolkens
> > > >Thanks for your quick response. I have 0.19 of that package. > > > > I am asking because I think rst2html is shipped with the docutils package. > Does /usr/bin/rst2html exist on your system? Maybe also search for anything > on the system containing rst2html. >

Re: [gentoo-user] Duplicate posts from "John Lowell" on the Digest

2005-04-09 Thread Walter Dnes
, whatever. Tell them that "slashes point the other way" in file-open and save dialogues, and that's it. I'll be turning 55 in October. I remember, and still use, the DOS commandline at work, unlike some people half-my age. (A gold star for anyone who knows the significance

[gentoo-user] Multilib blues continues

2018-07-05 Thread Zoltán Kócsi
clared with attribute warn_unused_result [-Wunused-result] asprintf(&tmp, "%u", cap); ^ make[1]: *** [Makefile:84: cap_text.o] Error 1 If it can't find size_t then for some reason it fails to include pretty

Re: [gentoo-user] mpv no longer compiles

2023-03-17 Thread John Covici
> > > > > > I am asking because I think rst2html is shipped with the docutils package. > > Does /usr/bin/rst2html exist on your system? Maybe also search for anything > > on the system containing rst2html. > > > > It's not, docutils only ships

Re: [gentoo-user] Multilib blues continues

2018-07-05 Thread Kai Peter
h attribute warn_unused_result [-Wunused-result] asprintf(&tmp, "%u", cap); ^ make[1]: *** [Makefile:84: cap_text.o] Error 1 If it can't find size_t then for some reason it fails to include pretty much any standard header. Which is suppor

Re: [gentoo-user] tried desktop profile

2020-10-14 Thread Jude DaShiell
has room for one of them. However external ssd drives are on the market. I figure to use mate for a desktop since mate is rated as having better accessibility than gnome. Now for a screen reader mate has orca sometimes called screen-reader and fenrir can be used in mate-terminal and on the command line o

[gentoo-user] Updating pretty old system - portage fail, stage3 gcc also broken...

2016-05-24 Thread Marcin Cieslak
dev-python/setuptools[python_targets_python2_7(-),python_targets_python3_3(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_p

Re: [gentoo-user] bash-completion 2: gentoo completion files installed wrong?

2015-09-29 Thread Dale
elect flaggie glsa-check java-config layman metagen pygmentize > rc-service repoman tmux udisksctl browser-config calibre-server dbus-send > ebook-device ebook-polish ekeyword epm euse gcc-config helpers kmod lrf2lrs > pip quilt rc-status revdep-rebuild tree webapp-config calibre calibre-smtp

Re: [gentoo-user] Re: wxPython/wxWidgets release number mismatch

2018-09-18 Thread Mart Raudsepp
ributions aren't fond of them. Latest stable wxWidgets is 3.0.4, and we are up to date there with wxGTK. > wxPython 3.0.2.0 is considered 'classic' and was released in 2014. > > I tried to use a virtualenv with system package access and tried `pip > install wxpython` but the o

[gentoo-user] Re: Determine what's keeping Python 3.7 around?

2020-12-06 Thread Grant Edwards
thon/paho-mqtt-1.5.0 requires dev-lang/python:3.7 dev-python/paramiko-2.7.1 requires dev-lang/python:3.7[threads(+)] dev-python/pbkdf2-1.3-r1 requires dev-lang/python:3.7 dev-python/pillow-7.2.0 requires dev-lang/python:3.7[tk,threads(+)] dev-python/pip-20.2.4 requires dev-lang

Re: [gentoo-user] is a global use flag necessary for python?

2024-03-09 Thread n952162
; need updating. Calculating dependencies   * See the CONFIGURATION FILES and CONFIGURATION FILES UPDATE TOOLS  * sections of the emerge man page to learn how to update config files. .. ... ... done! [ebuild  N ] dev-python/gentoo-common-1 [ebuild  N ] dev-python/ensurepip-pip-24.0 [ebui

Re: [gentoo-user] is a global use flag necessary for python?

2024-03-10 Thread Mickaël Bucas
See the CONFIGURATION FILES and > CONFIGURATION FILES UPDATE TOOLS > * sections of the emerge man page to learn how to update config files. > .. ... ... done! > [ebuild N ] dev-python/gentoo-common-1 > [ebuild N ] dev-python/ensurepip-pip-24.0 > [ebuild U ] dev-lang/pyt

[gentoo-user] Completed installing ... into /tmp/portage/app-emulation/virt-manager-4.0.0

2023-02-18 Thread Steven Lembark
irt-manager-4.0.0 into /tmp/portage/app-emulation/virt-manager-4.0.0/image python3.10 setup.py --no-update-icon-cache --no-compile-schemas install running install /usr/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build

Re: [gentoo-user] Re: Well, I went about updating my system again. (day 6)

2016-12-07 Thread Alan Grimes
erl-Compress-Raw-Bzip2-2.69.0-r1::gentoo [2.69.0::gentoo] 0 KiB [ebuild U ] virtual/perl-Digest-SHA-5.950.100_rc-r1::gentoo [5.950.0-r1::gentoo] 0 KiB [ebuild U ] virtual/perl-XSLoader-0.210.0-r1::gentoo [0.210.0::gentoo] 0 KiB [ebuild U ] virtual/perl-if-0.60.600-r1::gentoo [0.