Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
3 replies
51 views

i tried out winsux but it broke my pc literally, i reinstalled windows with my files exclueded(not a clean install). now installiations fails cuz temp folder needs admin priv. i tried taking the owner ...
Firemagic's user avatar
Advice
1 vote
1 replies
73 views

I’m a beginner trying to run my Flutter app on my Android phone, but I’m having trouble connecting my device and installing the APK. # Connect device via USB, then run: adb install build/app/outputs/...
Ahmed Habib Sebidde's user avatar
Tooling
0 votes
5 replies
74 views

Hi there I have a situation where I wish to add to my module environment an executable in the form of an AppImage. Is it even possible? Below is the code I'm using and the structure I have in my /usr/...
Matteo's user avatar
  • 693
2 votes
1 answer
113 views

I am trying to install the Composer dependency manager, hoping to use it to install phpdotenv, with the ultimate intention of linking a .env file to a PHP application I am writing for a university ...
Rene Thomas's user avatar
0 votes
1 answer
129 views

For some reason I can only install Angular 19.0.7 on my WIndows machine. I'm using Windows 10 Version 22H2 (OS Build 19045.6466). No matter what I do, I keep getting Angular 19.0.7. How can I remedy ...
Jam One's user avatar
  • 55
1 vote
1 answer
96 views

I am using Python 3.12 and want to setup the ttpy package version 1.2.1. If I run the pip install ttpy==1.2.1 command, I get an error ModuleNotFoundError: No module named 'numpy.distutils' because ...
Medulla Oblongata's user avatar
Advice
4 votes
1 replies
81 views

I have watched a few vids on yt regarding the necessity to disable bitlocker, secureboot and fast start. I just need to know if that is all necessary to do a full ubuntu install, not interested in ...
maddz1's user avatar
  • 1
1 vote
1 answer
32 views

I'm the maintainer of a project - say, a library - which uses CMake. It's been suggested to me a few times (possibly also in a Youtube video about CMake) that, in addition to install() commands and ...
einpoklum's user avatar
  • 139k
0 votes
1 answer
32 views

I maintain a library, let's call it libfoo, using CMake as a build system generator. I've made my library usable via FetchContent_MakeAvailable() (although I dislike that interface), e.g. by prefixing ...
einpoklum's user avatar
  • 139k
0 votes
0 answers
38 views

I am using the Acoustics Toolbox from OALib in Matlab, from the link below: https://oalib-acoustics.org/models-and-software/acoustics-toolbox/ I go to the HTTP site and the source code and binaries ...
user21764386's user avatar
Advice
0 votes
1 replies
54 views

When I pip-install a package, it will try to install its dependencies unless explicitly told not to (--no-deps). I actually would like to install most of the dependencies, but there might be some that ...
moooeeeep's user avatar
  • 32.7k
1 vote
1 answer
47 views

I have a CMake package foo, which installs an executable target foo::do_foo (via install(TARGETS ...). The file goes to bin/do_foo under the installation root. Now, if I have a package bar, which ...
einpoklum's user avatar
  • 139k
-3 votes
1 answer
63 views

(Kind of a follow-up to this question.) CMake can run a custom script for you, when installing, i.e. when you invoke it with cmake --install and the install() commands get run. This is how you tell it ...
einpoklum's user avatar
  • 139k
1 vote
2 answers
98 views

Following the instructions below, last week I was able to compile and run a basic Hello, but this morning I cannot even get the simplest application below to compile: g++ reallysimple.cpp -o gtk_app '...
Stephen Elliott's user avatar
0 votes
0 answers
116 views

Visual Studio Code suddenly stopped launching in the evening, even though it was working correctly earlier the same day. I uninstalled and reinstalled VS Code. After reinstalling, it launches, but ...
Riya Banik's user avatar
4 votes
1 answer
510 views

I want to create an MFC application in MS Visual Studio 2026 Community Edition using the wizard. However, the wizard does not appear in the New Project dialog. What do I need to install to get the ...
Larry Hamelin's user avatar
0 votes
0 answers
77 views

Using Spyder installed through Anaconda. I want to use the petitRADTRANS package. As instructed on their website https://petitradtrans.readthedocs.io/en/latest/index.html, I have tried the following ...
kyra's user avatar
  • 1
1 vote
1 answer
213 views

Very recently I had to completely reinstall python on my Mac. In the process I'm attempting to install pytables using pip install tables, but I get a strange error when attempting to do this. I'm a ...
Andrew Li's user avatar
0 votes
1 answer
61 views

I'm using a bootstrapper project that is used for 3 different Visual Studio setup projects (.msi). In the end, I have 3 Setup.exe files. I need the path of the installdir of the msi, because I want to ...
becky's user avatar
  • 353
1 vote
1 answer
887 views

In my PowerShell scripts I'm using the ActiveDirectory module, which contains the various *-AD* cmdlets such as Get-ADUser. How can I automate (script) the installation of the PowerShell ...
mklement0's user avatar
  • 456k
0 votes
1 answer
240 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 vote
2 answers
159 views

Today I installed two different versions of python on my windows 11 machine: python 3.14.0 installed using executable downloaded from python repository python 3.10.10 installed using pyenv install ...
Sina NAKHOSTIN's user avatar
Best practices
0 votes
1 replies
49 views

For an exercise, I am setting up a server on VirtualBox, I don't know which VDI to choose. My choices are: VDI , VHD, VMDK, HDD, QCOW and QED. My server will run on the absolute minimal. Its a Debian ...
Simeon Sutarmin's user avatar
3 votes
1 answer
106 views

I'm having issues while trying to install Krona in Anaconda. When I run this line in Anaconda Prompt: conda install -c bioconda krona I get this error: InvalidArchiveError('Error with archive C:\...
mvcm11235's user avatar
-3 votes
1 answer
112 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,180
1 vote
0 answers
203 views

I am running a Jupyter notebook and I had to manually install using pip Matplotlib 3.10.7 because it wasn't recognized on my Anaconda. Now when I try to get it in Jupyter I get this error: ...
therickster's user avatar
1 vote
0 answers
150 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
1 vote
2 answers
182 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
324 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
1 answer
172 views

Setup: modern(ish) CMake 3.31.6, main CMakeLists.txt below. As you can see, I'm generating a version.h at cmake time. This all works fine when I run cmake -S . -B /tmp/build from the project ...
Marcus Müller's user avatar
0 votes
0 answers
70 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
1 answer
65 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
0 votes
0 answers
35 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
1 vote
2 answers
3k 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
0 votes
1 answer
248 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
0 votes
0 answers
36 views

I tried to install Gtkada on my windows system. The last version I had was 2021 which is the last version that can be found on the adacore site and it is an exe file. I need version 2025 because som ...
ldries46's user avatar
1 vote
1 answer
60 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
106 views

In WiX Version 5 there is support for a new wave of file harvesting that removes the need for additional tools to add whole folders. I can't get this to work at all, and the documentation seems to be ...
Fabian's user avatar
  • 659
0 votes
1 answer
77 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
  • 659
0 votes
0 answers
100 views

I am having trouble installing CrewAI tools, due to dependency to opentelemetry packages. To work around this, I manually installed the packages from wheel files. The "problematic" libraries ...
G. Rab's user avatar
  • 63
0 votes
0 answers
51 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
2 votes
1 answer
137 views

I am using RestSharp for the first time, having installed it via NuGet. Everything works wonderfully in my development environment. I have now created an installer for my software by means of an MVS ...
RPM's user avatar
  • 1,809
0 votes
1 answer
66 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
0 votes
2 answers
310 views

All, I have: Installed VS Code Created a virtual environment (imaginatively named venv) Activated the environment Installed simple-salesforce Tried to import simple-salesforce with the following line ...
JoAnywhere's user avatar
1 vote
0 answers
92 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
0 votes
1 answer
52 views

After upgrading our Wix installer project from Wix 3.14 to 6.0, the installation does not upgrade properly from a previous version. I did a compare of the install log files, between an upgrade from ...
Kim's user avatar
  • 37
1 vote
0 answers
86 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
1 answer
123 views

I have a Kotlin Project using Compose for Desktop on Windows (IntelliJ). I built the installer with the Gradle tasks provided by the libary. When installing the program, I want the installer to copy a ...
Alex's user avatar
  • 31
0 votes
2 answers
51 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
0 votes
1 answer
632 views

I'm trying to add node-pty. Set as the following in the package.json file "node-pty": "^0.10.1" (it's a 3 years old project) but it's returning the error when I run the yarn ...
user834697's user avatar

1
2 3 4 5
590