Skip to main content
Filter by
Sorted by
Tagged with
-4 votes
1 answer
87 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
55 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
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
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
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
-3 votes
0 answers
36 views

Why was /usr/local/lib the defaut local packages destination directory in NodeJS docker image ? FROM node:24-alpine WORKDIR app/ COPY package.json yarn.lock ./ RUN corepack enable \ && ...
TRicks43's user avatar
  • 153
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
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
0 votes
0 answers
60 views

ever since I reinstalled my computer after some updates and tried to install FSelector and it failed, I am getting this error whenever I try to download or install a package: > install.packages(&...
therickster's user avatar
0 votes
0 answers
26 views

I'm new to wix msi and trying to write the custom action to run the exe(which writes a registry entry) with the arguments. With all this changes would able to build the MSI but, getting error while ...
Rohan Atyalkar's user avatar
0 votes
1 answer
114 views

I installed Java 25 on my Mac running macOS Ventura 15.5. I downloaded the installer from Oracle’s official website and completed the installation. However, when I try to verify the installation in ...
meme's user avatar
  • 1
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
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
0 votes
0 answers
42 views

I want to install janus-gateway on CentOS7.9. I read the following document and tried installation. https://github.com/meetecho/janus-gateway/blob/master/README.md I've successfully installed janus-...
萝莉w's user avatar
  • 346
0 votes
1 answer
54 views

I'm new to WIX MSI Installer. And creating a custom dialog for password and validation of password with that I have added a custom action for password validation. The issue I'm facing is, when I ...
Rohan Atyalkar's user avatar
1 vote
0 answers
66 views

I made an Mac OS PKG installer for my app, using pkgbuil and productbuild. In the installer window there are standard installation steps like "Introduction", "Red me" ... "...
Pityulin Alexandr's user avatar
1 vote
0 answers
66 views

I’m writing an Inno Setup installer that needs to copy certain files from installer into each user’s Documents >> Power BI Desktop >> Custom Connectors and Custom Visuals folders on a ...
Swaminarayan Sharma's user avatar
0 votes
2 answers
44 views

I have a Wix installer for my project OpenRGB, and ever since we created it an annoying issue has presented itself in the License screen. The source file License.rtf displays normally in WordPad, but ...
CalcProgrammer1's user avatar
1 vote
0 answers
37 views

I am building an MSI installer using CPACK in combination with Wix v4. The installer itself is building successfully and working as expected. Now I want to add a custom action, which is defined as ...
abg1984's user avatar
  • 31
1 vote
0 answers
131 views

I have a web site running OpenLayers 5 since … maybe 7 years. I am considering to upgrade to OpenLayers 10. I would like to know what I'd have to know before that. Are there many breaking changes? ...
GingkoFr's user avatar
-2 votes
1 answer
53 views

I am new in automation testing. I already installed python. I already checked the python and pip version. But I am unable to install robot framework using the command prompt. I am getting an error ...
user31014773's user avatar
0 votes
0 answers
30 views

I am trying to build and package an application with CMake, using Azure IoT C SDK. The projects instructs you to include it in your application by doing something like: cmake_minimum_required (VERSION ...
Alessandro Bertulli's user avatar
1 vote
1 answer
278 views

I´ve been trying to validate the installation of flutter in my computer but when i use flutter --version command it show the next output. flutter : Error executing program 'git.exe': Access is denied ...
Isai Lopez Lopez's user avatar
0 votes
0 answers
47 views

I have a question and I need help solving an issue. I have an installshield 2016 installation and I want to allow the user to either select an existing SQL Server database (and then the installation ...
Igor Soom's user avatar
0 votes
0 answers
36 views

I am testing a very simple structure which is declared as below in the product section ... <Feature Id="ProductFeature" Title="MyProgram" Level="1"> &...
Patrick's user avatar
  • 2,623

1
2 3 4 5
591