Skip to main content
Filter by
Sorted by
Tagged with
-4 votes
1 answer
88 views

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 *-...
mklement0's user avatar
  • 452k
0 votes
1 answer
56 views

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 ...
Sina NAKHOSTIN's user avatar
-1 votes
0 answers
95 views

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 ...
GLP GG's user avatar
  • 17
-1 votes
0 answers
20 views

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
rajeshwari g's user avatar
-1 votes
1 answer
99 views

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 ...
Py-ser's user avatar
  • 2,182
1 vote
1 answer
90 views

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....
Glory2Ukraine's user avatar
2 votes
0 answers
73 views

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 ...
Yazad Pardiwala's user avatar
0 votes
1 answer
147 views

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] ...
Anubhab Mandal's user avatar
510 votes
41 answers
792k views

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, ...
user9426236's user avatar
  • 5,101
1 vote
1 answer
790 views

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. ...
Shiny's user avatar
  • 41
1132 votes
12 answers
447k views

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 ...
tryasko's user avatar
  • 11.5k
1 vote
1 answer
46 views

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 ...
Bartosz Góralski's user avatar
326 votes
42 answers
581k views

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 ...
liga810's user avatar
  • 3,314
723 votes
19 answers
1.1m views

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 ...
Richie Cotton's user avatar
648 votes
30 answers
561k views

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 ...
thejartender's user avatar
  • 9,375
0 votes
1 answer
38 views

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....
UtaHar's user avatar
  • 1
291 votes
25 answers
701k views

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 ...
RejeeshChandran's user avatar
121 votes
17 answers
107k views

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\...
alakmar Shafin's user avatar
366 votes
24 answers
807k views

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 ...
DBWeinstein's user avatar
  • 9,639
193 votes
8 answers
163k views

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 ...
IvanIvanov's user avatar
  • 1,947
0 votes
1 answer
58 views

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 ...
Fabian's user avatar
  • 649
329 votes
24 answers
553k views

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 ...
htc_m8's user avatar
  • 3,415
267 votes
21 answers
473k views

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 ...
Hayden's user avatar
  • 2,781
2 votes
2 answers
956 views

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 ...
TomR's user avatar
  • 3,364
288 votes
28 answers
201k views

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....
evve's user avatar
  • 2,956

1
2 3 4 5
591