Re: What can I do about this?

2022-08-29 Thread gene heskett
On 8/29/22 15:12, Peter J. Holzer wrote: On 2022-08-29 13:43:18 -0400, gene heskett wrote: On 8/29/22 12:50, Mark Bourne wrote: Roel Schroeven wrote: $ pip3 install -r requirements.txt  # finally invoke pip3 or: $ {path_to_venv}/bin/pip3 install -r requirements.txt That got me to

Re: What can I do about this?

2022-08-29 Thread Mark Bourne
gene heskett wrote: On 8/29/22 12:50, Mark Bourne wrote: Roel Schroeven wrote: Op 29/08/2022 om 2:55 schreef gene heskett: On 8/28/22 19:39, Peter J. Holzer wrote: On 2022-08-28 18:40:17 -0400, gene heskett wrote: Persuant to my claim the py3.10 is busted, here is a sample. This is me,

Re: What can I do about this?

2022-08-29 Thread Peter J. Holzer
On 2022-08-29 11:12:17 -0400, gene heskett wrote: > I've not had to deal with venv's before. Can more than one of these > venv things peacefully coexist? Yes. Having multiple venvs is the main reason for their existence. hp -- _ | Peter J. Holzer| Story must make more sense

Re: What can I do about this?

2022-08-29 Thread Peter J. Holzer
On 2022-08-29 13:43:18 -0400, gene heskett wrote: > On 8/29/22 12:50, Mark Bourne wrote: > > Roel Schroeven wrote: > > > $ pip3 install -r requirements.txt  # finally invoke pip3 > > > > > > or: > > > > > > $ {path_to_venv}/bin/pip3 install -r requirements.txt > That got me to showstopper #2:

Re: What can I do about this?

2022-08-29 Thread gene heskett
On 8/29/22 12:50, Mark Bourne wrote: Roel Schroeven wrote: Op 29/08/2022 om 2:55 schreef gene heskett: On 8/28/22 19:39, Peter J. Holzer wrote: On 2022-08-28 18:40:17 -0400, gene heskett wrote: Persuant to my claim the py3.10 is busted, here is a sample. This is me, trying to make

Re: What can I do about this?

2022-08-29 Thread Roel Schroeven
Mark Bourne schreef op 29/08/2022 om 13:02: Roel Schroeven wrote: > $ source {path_to_venv}/bin/pip3  # activate the venv I think this first line should probably be: $ source {path_to_venv}/bin/activate # activate the venv i.e. with `activate` rather than `pip3`? Oops, yes, of course.

Re: What can I do about this?

2022-08-29 Thread Dennis Lee Bieber
On Mon, 29 Aug 2022 04:51:13 -0400, gene heskett declaimed the following: >What, on the arms, substitutes for the missing "*.whl" file? > In Debian -- apt-get https://packages.debian.org/stable/source/wxpython4.0 of course, that will install things system-wide, not in a virtual

Re: What can I do about this?

2022-08-29 Thread Mark Bourne
Roel Schroeven wrote: Op 29/08/2022 om 2:55 schreef gene heskett: On 8/28/22 19:39, Peter J. Holzer wrote: On 2022-08-28 18:40:17 -0400, gene heskett wrote: Persuant to my claim the py3.10 is busted, here is a sample. This is me, trying to make pronterface, inside a venv: When the package

Re: What can I do about this?

2022-08-29 Thread gene heskett
On 8/29/22 05:25, Roel Schroeven wrote: Op 29/08/2022 om 2:55 schreef gene heskett: On 8/28/22 19:39, Peter J. Holzer wrote: On 2022-08-28 18:40:17 -0400, gene heskett wrote: Persuant to my claim the py3.10 is busted, here is a sample. This is me, trying to make pronterface, inside a venv:

Re: What can I do about this?

2022-08-29 Thread Roel Schroeven
Op 29/08/2022 om 2:55 schreef gene heskett: On 8/28/22 19:39, Peter J. Holzer wrote: On 2022-08-28 18:40:17 -0400, gene heskett wrote: Persuant to my claim the py3.10 is busted, here is a sample. This is me, trying to make pronterface, inside a venv: When the package manager version will

Re: What can I do about this?

2022-08-29 Thread gene heskett
On 8/28/22 20:51, gene heskett wrote: On 8/28/22 19:36, Chris Angelico wrote: On Mon, 29 Aug 2022 at 08:41, gene heskett wrote: Greatings all; Persuant to my claim the py3.10 is busted, here is a sample. This is me, trying to make pronterface, inside a venv: When the package manager

Re: What can I do about this?

2022-08-28 Thread Dennis Lee Bieber
On Sun, 28 Aug 2022 18:40:17 -0400, gene heskett declaimed the following: >Collecting wxPython>=4.1 >   Using cached wxPython-4.2.0.tar.gz (71.0 MB) >   Preparing metadata (setup.py) ... error >   error: subprocess-exited-with-error > >     File

Re: What can I do about this?

2022-08-28 Thread gene heskett
On 8/28/22 19:39, Peter J. Holzer wrote: On 2022-08-28 18:40:17 -0400, gene heskett wrote: Persuant to my claim the py3.10 is busted, here is a sample. This is me, trying to make pronterface, inside a venv: When the package manager version will only run the gui-less "pronsole" but nothing else

Re: What can I do about this?

2022-08-28 Thread gene heskett
On 8/28/22 19:36, Chris Angelico wrote: On Mon, 29 Aug 2022 at 08:41, gene heskett wrote: Greatings all; Persuant to my claim the py3.10 is busted, here is a sample. This is me, trying to make pronterface, inside a venv: When the package manager version will only run the gui-less "pronsole"

Re: What can I do about this?

2022-08-28 Thread Peter J. Holzer
On 2022-08-28 18:40:17 -0400, gene heskett wrote: > Persuant to my claim the py3.10 is busted, here is a sample. This is me, > trying to make > pronterface, inside a venv: When the package manager version will only run > the gui-less "pronsole" > but nothing else from that all python kit runs as

Re: What can I do about this?

2022-08-28 Thread Chris Angelico
On Mon, 29 Aug 2022 at 08:41, gene heskett wrote: > > Greatings all; > > Persuant to my claim the py3.10 is busted, here is a sample. This is me, > trying to make > pronterface, inside a venv: When the package manager version will only > run the gui-less "pronsole" > but nothing else from that

What can I do about this?

2022-08-28 Thread gene heskett
Greatings all; Persuant to my claim the py3.10 is busted, here is a sample. This is me, trying to make pronterface, inside a venv: When the package manager version will only run the gui-less "pronsole" but nothing else from that all python kit runs as it should or at all. From the