Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
pyinstaller
#23
i don't succeed in deleting the folder,
i don't have access to it for some reason

Output:
tal@tal-HP-Notebook:~$ cd /home/tal/.pynev bash: cd: /home/tal/.pynev: No such file or directory tal@tal-HP-Notebook:~$

ah okay, sorry, my mistake...didn't write it correctly

i will try to delete it and install it again

okay i succeeded in installing pyenv, and also i installed python 3.8.3 through it

now when i try to make an exe with pyinstaller - it writes th following:

Output:
root@tal-HP-Notebook:~# apt-get install python3-dev Reading package lists... Done Building dependency tree Reading state information... Done python3-dev is already the newest version (3.5.1-3). 0 upgraded, 0 newly installed, 0 to remove and 25 not upgraded. root@tal-HP-Notebook:~# apt-get install python3.8.3-dev Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package python3.8.3-dev E: Couldn't find any package by glob 'python3.8.3-dev' E: Couldn't find any package by regex 'python3.8.3-dev' root@tal-HP-Notebook:~#
(same thing)

but it also doesn't recognize the python 3.8.3 installation:

Output:
tal@tal-HP-Notebook:~$ python Python 2.7.12 (default, Apr 15 2020, 17:07:12) [GCC 5.4.0 20160609] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> exit Use exit() or Ctrl-D (i.e. EOF) to exit >>> KeyboardInterrupt >>> tal@tal-HP-Notebook:~$ python3 Python 3.5.2 (default, Apr 16 2020, 17:47:17) [GCC 5.4.0 20160609] on linux Type "help", "copyright", "credits" or "license" for more information. >>> tal@tal-HP-Notebook:~$ python3.7 Python 3.7.2 (default, Apr 24 2020, 21:52:53) [GCC 5.4.0 20160609] on linux Type "help", "copyright", "credits" or "license" for more information. >>> tal@tal-HP-Notebook:~$ python3.8 No command 'python3.8' found, did you mean: Command 'python3.5' from package 'python3.5-minimal' (main) python3.8: command not found tal@tal-HP-Notebook:~$
Reply


Messages In This Thread
pyinstaller - by astral_travel - May-23-2020, 01:24 PM
RE: pyinstaller - by snippsat - May-23-2020, 02:04 PM
RE: pyinstaller - by astral_travel - May-23-2020, 02:40 PM
RE: pyinstaller - by snippsat - May-23-2020, 03:19 PM
RE: pyinstaller - by astral_travel - May-23-2020, 03:37 PM
RE: pyinstaller - by snippsat - May-23-2020, 04:19 PM
RE: pyinstaller - by astral_travel - May-23-2020, 04:26 PM
RE: pyinstaller - by snippsat - May-23-2020, 05:35 PM
RE: pyinstaller - by astral_travel - May-23-2020, 05:41 PM
RE: pyinstaller - by snippsat - May-23-2020, 10:05 PM
RE: pyinstaller - by pyzyx3qwerty - May-24-2020, 09:33 AM
RE: pyinstaller - by snippsat - May-24-2020, 10:14 AM
RE: pyinstaller - by pyzyx3qwerty - May-24-2020, 10:20 AM
RE: pyinstaller - by snippsat - May-24-2020, 11:41 AM
RE: pyinstaller - by astral_travel - May-24-2020, 04:17 PM
RE: pyinstaller - by pyzyx3qwerty - May-24-2020, 05:25 PM
RE: pyinstaller - by astral_travel - May-24-2020, 05:38 PM
RE: pyinstaller - by pyzyx3qwerty - May-24-2020, 05:38 PM
RE: pyinstaller - by astral_travel - May-24-2020, 05:42 PM
RE: pyinstaller - by pyzyx3qwerty - May-24-2020, 05:43 PM
RE: pyinstaller - by astral_travel - May-24-2020, 05:46 PM
RE: pyinstaller - by snippsat - May-24-2020, 05:54 PM
RE: pyinstaller - by astral_travel - May-24-2020, 06:10 PM
RE: pyinstaller - by astral_travel - May-24-2020, 08:20 PM
RE: pyinstaller - by snippsat - May-24-2020, 09:06 PM
RE: pyinstaller - by astral_travel - May-25-2020, 04:25 PM
RE: pyinstaller - by snippsat - May-25-2020, 04:55 PM
RE: pyinstaller - by astral_travel - May-25-2020, 06:02 PM
RE: pyinstaller - by snippsat - May-25-2020, 06:24 PM
RE: pyinstaller - by astral_travel - May-25-2020, 06:30 PM
RE: pyinstaller - by snippsat - May-25-2020, 06:38 PM
RE: pyinstaller - by astral_travel - May-27-2020, 06:38 PM
RE: pyinstaller - by astral_travel - May-28-2020, 02:15 PM
RE: pyinstaller - by snippsat - May-28-2020, 03:29 PM
RE: pyinstaller - by astral_travel - May-28-2020, 04:25 PM
RE: pyinstaller - by snippsat - May-28-2020, 05:07 PM
RE: pyinstaller - by astral_travel - May-28-2020, 05:16 PM

Forum Jump:

User Panel Messages

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