Python Forum
Error messages when installing Python 3.7
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Error messages when installing Python 3.7
#2
strncpy is a C copy routine that terminates either on a 0 byte (nul In C) of when n characters have been copied.
the error doesn't actually seem to be an error to me, only an indicator that 'n characters' were copied before finding a natural nul (0)
character. The error is in the 'C' function readline.c

I'm not familiar with Raspbian, but you should be able to install using:
sudo apt-get install python3
see: https://installvirtual.com/install-pytho...pberry-pi/
Reply


Messages In This Thread
RE: Error messages when installing Python 3.7 - by Larz60+ - Dec-01-2019, 05:33 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020