Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
3 votes
4 answers
1k views

meld won't start on Cygwin: No module named 'meld'

I'm using Cygwin 64 on Windows 10; just updated. Some relevant package versions: meld: 3.18.0-1 python3: 3.8.6-1 python2: 2.7.18-4 I'm also using MobaXTerm's X server (and it works - I can run ...
einpoklum's user avatar
  • 9,535
1 vote
0 answers
404 views

Pip will not let me uninstall typing module

I run a Unix server that uses environment modules to handle different software packages. While installing JCVI I have been running into multiple errors. The most recent error I have gotten was this ...
mharper10114's user avatar
0 votes
1 answer
167 views

Plenty of missing python package

In my whole life, when I installed a software, his dependancies link has installed all the python things that he needs to, so it can run right after the installation But now on my PC, I don't know ...
aaa's user avatar
  • 157
3 votes
0 answers
5k views

Failed to build these modules: _ctypes - when building Python 3.7

I'm trying to build Python 3.7.4 (as a non-root user on an older machine - SLES 11). After ./configureing and makeing, I get the following message: Failed to build these modules: _bz2 ...
einpoklum's user avatar
  • 9,535
0 votes
0 answers
161 views

installation of python module from local folder

module requests in missing on my redhat 7.5 machine this is what we get when we run python with module requests Traceback (most recent call last): File "/tmp/uri", line 6, in <module> ...
yael's user avatar
  • 13.2k