Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [version]

Version defines an unique state of a computer software or a file.

0 votes
0 answers
10 views

Which versions to install to make RandomFields, RandomFieldsUtils, rpy2 compatible?

I am hoping to install some packages that people no longer update. I need RandomFields (https://cran.r-project.org/src/contrib/Archive/RandomFields/), RandomFieldsUtils (https://cran.r-project.org/src/...
Sasha Queequeg's user avatar
0 votes
0 answers
35 views

When I try to add a new user by "useradd -c" inside while loop in Ubuntu24.04 doens't work, but at the other Ubuntu version the same script works

I'm a new student at the Linux Command and Shell Script and I'm reading the book called Linux Command Line and Shell Scripting Bible, Third Edition. In this book, on the 361 page, there is a script ...
Leonardo Teramatsu's user avatar
0 votes
1 answer
27 views

Pydub library has an error with version check

I am just curious why only this library has an error of version check. Below is the code. import pydub print('Pydub version: ', pydub.__version__) I got the error as below. AttributeError: module '...
MCPMH's user avatar
  • 424
1 vote
1 answer
60 views

npm i command throws warning how to fix it

This is the warnings I am getting for npm i command. Node modules directory is creating. When I do ng build it's throwing errors showing all the modules as shown in second image. What will be the ...
Priya's user avatar
  • 45
-1 votes
0 answers
19 views

Why is sklearn's clf.tree_.value output (seemingly) probablistic instead of just showing raw value counts at a node?

I'm converting an old project code to code with updated libraries, and have narrowed down an issue that compares left and right values at a node. I've already verified that the trees have the same ...
Nathan Borel's user avatar
0 votes
0 answers
8 views

Prism.DryIoc on Nuget reference incompatible versions of Drylock

I am writing a Windows WPF application using Prism.DryIoc. When I load the latest Prism.DryIoc with NuGet, it loads DryIoc.dll Version 4.7.7. When I run the App, I get the following error: Could not ...
Steve Turley's user avatar
0 votes
1 answer
23 views

PHP best way to check version conditions - version_compare issues on patch version

version_compare issues on patch version echo version_compare("1.0", "1.0.0", '<'); return true; both version are same why getting true, any one solution please.
Jatin Chavda's user avatar
-1 votes
0 answers
12 views

Spring version Upgrade from 2.x to 3.x

how to manage transitive dependency related issue during spring version migration from 2.x.x to 3.x.x I have tried updating versions of spring boot and spring and keep on dubbing logs and update all ...
Rajim's user avatar
  • 965
1 vote
1 answer
89 views

Execution failed for task ':package_info_plus:compileReleaseJavaWithJavac'. Only happening on bitrise build

I have found many questions related to this issue. The difference here is that this error only happens on bitrise build. I can build locally release and development mode, and the build works, that is ...
user3808307's user avatar
  • 1,351
0 votes
1 answer
64 views

Which angular version should be used for node version 20.15.1

I upgraded node version 14 to version 20.15.1 and upgraded angular-cli to version 17.3.8 but I am facing peer depedencies version mismatch error.How can I handle it. I did npm i and updated all ...
Priya's user avatar
  • 45
2 votes
1 answer
44 views

How do minor/patch upgrades in exposed dependencies affect SemVer?

The SemVer Specification details what to do when dependencies are changed without updating the public API. What exactly constitutes a change to the "public API", however, is still unclear to ...
quixotrykd's user avatar
0 votes
1 answer
10 views

How to make an automated build version in Keil IDE?

When I deploy embedded apps in Keil IDE, it's essential to update and know the current build version in my application, how can we make Keil IDE automatically generate the build version of the ...
Mohammad Ali Nekouie's user avatar
0 votes
0 answers
22 views

Ghost requests from old versions of an android app

We monitor requests from an android app to one of our backends. We have a widget that shows all incomming requests by the version of the app that are not among the versions considered "current&...
arkascha's user avatar
  • 42.4k
0 votes
6 answers
18k views

Chrome driver version (126) - can't find the chromedriver.exe

My Chrome version is 126.0.6478.127 (Official Build) (64-bit). But I can not find the related driver I tried with. https://googlechromelabs.github.io/chrome-for-testing/#stable The last number of ...
mohammad fallah's user avatar
0 votes
0 answers
8 views

Gradle Version Catalog - set preferred version as versionRef?

I want to set the preferred version as versionRef. Is it possible? Right now I have: library("jacksonModuleKotlin", "com.fasterxml.jackson.module", "jackson-module-kotlin"...
pixel's user avatar
  • 26k

15 30 50 per page
1
2 3 4 5
460