29,539 questions
-4
votes
1
answer
88
views
Scripted installation of the Active Directory (ActiveDirectory) PowerShell module on Windows 11 [closed]
Please note: Because this is a self-answered question, there is no solution attempt in the question itself.
In my PowerShell scripts I'm using the ActiveDirectory module, which contains the various *-...
0
votes
1
answer
56
views
GDAL installation on windows 11
I am trying to install GDAL in my virtual Environment which is built based on python 3.13.7.
Following this page, In my environment I do:
pip install gdal
No success though. Please see the error ...
-1
votes
0
answers
95
views
How to completely delete Python 3.10.9150.0 [closed]
I found an interpreter error in my code, I decided to figure it out: It turned out that I have a launcher, as well as Python of two versions 3.10.9150.0 and 3.14. I obviously tried to delete both, but ...
-1
votes
0
answers
20
views
The installation process is taking longer than usual:Collected 3 artifactshttps://download.eclipse.org/justj/jres/25/updates/release/latest in 64.625s
The installation process is taking longer than usual: Collected 3 artifacts for https://download.eclipse.org/justj/jres/25/updates/release/latest in 64.625s
during eclipse installation
-1
votes
1
answer
99
views
ModuleNotFoundError: No module named 'kiwisolver' -- yet Requirement already satisfied: kiwisolver in /usr/lib/python3/dist-packages (1.3.2) [duplicate]
I can run a config software from a virtual environment that ends up with the following error:
File "/usr/lib/python3.11/importlib/__init__.py", line 126, in import_module
return ...
1
vote
1
answer
90
views
How to download an R package including all dependencies from behind a proxy server
My R (and R Studio) cannot access either the CRAN repository or any of its mirrors due to the network's proxy configuration. Though it is not possible to install a package directly with install....
2
votes
0
answers
73
views
Importing pyannote.audio into collab
Installation of all the packages I'm using into the collab environment worked fine
However whenever I try to run the following code cell
from pyannote.audio.pipelines.speaker_verification import ...
0
votes
1
answer
147
views
issue installing manim on windows
Resolved 38 packages in 1.11s
× Failed to build `pyglm==2.8.2`
├─▶ The build backend returned an error
╰─▶ Call to `setuptools.build_meta.build_wheel` failed (exit code: 1)
[stdout]
...
510
votes
41
answers
792k
views
You don't have write permissions for the /Library/Ruby/Gems/2.3.0 directory. (mac user)
below is what I need to do.
To run the specs, you'll need to install RSpec. First, run gem install bundler in the root directory of your project. Then, run bundle install. To run a single spec file, ...
1
vote
1
answer
790
views
Unable to uninstall Python 3.11 on Windows 11 – Error when uninstalling from Settings/Control Panel. Gets 'D:\Config.Msi\e9e4050.rbf'. Error: 5
I was trying to uninstall Python 3.11 from my Windows 11 Pro 24H2 laptop.
When I tried from:
Windows Settings → Apps
or
Control Panel → Programs and Features the uninstallation failed multiple times.
...
1132
votes
12
answers
447k
views
Node.js/Windows error: ENOENT, stat 'C:\Users\RT\AppData\Roaming\npm'
I have Windows 7 32-bit. I installed the latest Node.js 32 bit.
When I try to run the command npm install jquery, I receive the error:
Error: ENOENT, stat 'C:\Users\RT\AppData\Roaming\npm
How does ...
1
vote
1
answer
46
views
WIX v4/Test Complete. Installer runs 2 parallel processes
I have problem with Test Complete software, and WiX software.
When we build installer(MSI file) from pipeline (or locally) after running installer we see two different processes (on screenshot).
When ...
326
votes
42
answers
581k
views
"RuntimeError: Make sure the Graphviz executables are on your system's path" after installing Graphviz 2.38
I downloaded Graphviz 2.38 MSI version and installed under folder C:\Python34, then I run pip install Graphviz, everything went well. In system's path I added C:\Python34\bin. When I tried to run a ...
723
votes
19
answers
1.1m
views
How should I deal with "package 'xxx' is not available (for R version x.y.z)" warning?
I tried to install a package, using
install.packages("foobarbaz")
but received the warning
Warning message:
package 'foobarbaz' is not available (for R version x.y.z)
Why doesn't R think that the ...
648
votes
30
answers
561k
views
Downloading Java JDK on Linux via wget is shown license page instead
When I try to download Java from Oracle I instead end up downloading a page telling me that I need agree to the OTN license terms.
Sorry!
In order to download products from Oracle Technology ...
0
votes
1
answer
38
views
How to introduce an option to specify the outputdir/publishdir in a nexflow pipeline?
How should one ideally encode the outputdir/publishdir in a nextflow pipeline to make it more usable in the end? I am trying to decide, whether it's good practice to introduce a parameter in the main....
291
votes
25
answers
701k
views
Unable to set default python version to python3 in ubuntu
I was trying to set default python version to python3 in Ubuntu 16.04. By default it is python2 (2.7). I followed below steps :
update-alternatives --remove python /usr/bin/python2
update-alternatives ...
121
votes
17
answers
107k
views
cmdline-tools : could not determine SDK root
C:\Android\sdk\bin>sdkmanager
Error: Could not determine SDK root.
Error: Either specify it explicitly with --sdk_root= or move this package into its expected location: <sdk>\cmdline-tools\...
366
votes
24
answers
807k
views
Installing Homebrew on macOS
According to the Homebrew site, to install it, I need to type:
brew install wget
I get an error message:
-bash: brew: command not found
Found this answer. The problem, however, is I don't see brew ...
193
votes
8
answers
163k
views
Skipping acquire of configured file 'main/binary-i386/Packages' [closed]
Please tell me what I'm doing wrong. I just installed the Linux Ubuntu on my computer and still don’t understand anything about it. I tried to install PostgreSQL and pgAdmin. I installed on this video ...
0
votes
1
answer
58
views
Are MSIX installers suitable for Windows services with complex dependencies?
I'm looking at options for creating an installer for an application, and MSIX seems to be the newest kind of installer for Windows. But it also seems to focus a lot on sandboxing and the Windows App ...
329
votes
24
answers
553k
views
Python3: ImportError: No module named '_ctypes' when using Value from module multiprocessing
I am using Ubuntu and have installed Python 2.7.5 and 3.4.0. In Python 2.7.5 I am able to successfully assign a variable x = Value('i', 2), but not in 3.4.0. I am getting:
Traceback (most recent call ...
267
votes
21
answers
473k
views
Error message "gradlew: command not found"
I am working on a Java project with Gradle Wrapper (gradlew). I use Ubuntu Linux as my OS. When I run "gradle" it runs, and gives me information. But when I run "gradlew", it ...
2
votes
2
answers
956
views
From where the ghcup installation gets its certifications for www.haskell.org site - Haskell installation error
I am trying to install Haskell on my Windows 10 laptop using the default command from https://www.haskell.org/ghcup/, but I am experiencing this (which is fine):
(7/8) installing autoconf-wrapper ...
288
votes
28
answers
201k
views
ADB Install Fails With INSTALL_FAILED_TEST_ONLY
I am having issues installing an apk to my device.
adb install <.apk>
Using the above command returns the following:
5413 KB/s (99747 bytes in 0.017s)
pkg: /data/local/tmp/AppClient....