Posts: 4,647
Threads: 1,494
Joined: Sep 2016
for those wondering about my strange output and strange commands, i have a system-wide command named
logcmd that runs a command through the
script command with a customized and dated log file name. then i have several commands specific to root that log things i do with packages in a unified way, such as
log-pip-install and
log-apt-install. try logging everything you do in a GUI environment. i am still a
mostly command line user.
Tradition is peer pressure from dead people
What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Posts: 4,647
Threads: 1,494
Joined: Sep 2016
if there are missing dependencies, why didn't they get installed automatically or where can i get a
list of all dependencies? where do distros like
Debian get
pip to begin with. in the C/C++ world, distros download and build source (or steal from another distro). it's the "source" for
pip that i am looking fo.
Tradition is peer pressure from dead people
What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Posts: 4,647
Threads: 1,494
Joined: Sep 2016
i had some free time today so i went through the tasks of trying the install of pip, running pip to install awscli, catching what it could not find, installing that, and repeating this whole mess. after about a dozen installs pip seems to work. but when i install awscli, it creates a directory tree at /local and puts awscli submodules in there. then awscli can't find them. but it names it as //local in error messages, suggesting to me that something should have "usr" but has "" instead. ouch!
any guesses?
i would be tempted to manually wipe out all python stuff and start over, but ubuntu now depends on python, making that difficult to do.
Tradition is peer pressure from dead people
What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Posts: 4,647
Threads: 1,494
Joined: Sep 2016
Jun-23-2022, 06:36 PM
(This post was last modified: Jun-23-2022, 06:37 PM by Skaperen.)
i think there may be a bad file mixed in there as a result of carry over from my previous system, that is effectively disrupting the correct operation of access to package files. my thought is that i can find it by purging (the apt term) all the python packages and re-installing them. i have already done a "apt reinstall" and that does not help. i suspect cases where modules cannot be found are cases where the search paths are being altered, especially "/usr/" -> "//".
Tradition is peer pressure from dead people
What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.