I’m not looking through all the packages you have installed
What version of python is installed on your system?
On Tue, Aug 6, 2024 at 5:24 AM o1bigtenor wrote:
>
>
> On Mon, Aug 5, 2024 at 10:36 PM Bill Deegan
> wrote:
>
>> why reply to me instead of to the list?
>> It's generally considered
g 5, 2024 at 5:28 PM Bill Deegan via Python-list <
> python-list@python.org> wrote:
>
>> Did Mats suggestion of:
>> python3.13 -m venv new_venv
>> $ new_venv/bin/python --version
>> Python 3.13.0b4
>> $ source new_venv/bin/activate
>>
>> Not work
Did Mats suggestion of:
python3.13 -m venv new_venv
$ new_venv/bin/python --version
Python 3.13.0b4
$ source new_venv/bin/activate
Not work?
That should work on any system, with any system installl python.
It's not trying to modify the system installed python in anyway...
If not, please paste the
Your approach is wrong.
You don't build python from source using pip.
You don't install new versions of python into a venv either.
Have you read the following?
https://docs.micropython.org/en/latest/esp8266/tutorial/intro.html
That seems to have instructions for what you want to do..
-Bill
O