This tag refers to the process of replacing a particular system with an older version of the same system
Questions tagged [downgrade]
333 questions
2
votes
1 answer
Downgrade CUDA version on Colab to 9
When trying to run a repository on Google Colab, I get the following error:
torch.__version__ = 1.0.0.dev20190328
setup.py:46: UserWarning: Option --pyprof not specified. Not installing PyProf dependencies!
warnings.warn("Option --pyprof not…

Pepe
- 301
- 4
- 13
2
votes
1 answer
Downgrading node getting error "Invalid version"
I installed n using npm install -g n -f, and now when I run n 9 or n 8 or n 10 I always get the error:
$ n 9
installing : node-v9.11.2
Error: invalid version '9.11.2'
I don't understand why. These are valid versions.
When I run node -v I get:…

Simon
- 2,498
- 3
- 34
- 77
2
votes
1 answer
install older version of php in xampp?
I am using xampp for my development, however the bundled version is 1.5.3, our servers are only 1.5.2.6 hence, I need to downgrade php so I dont use any 5.3 features.
Is this possible?

Hailwood
- 89,623
- 107
- 270
- 423
2
votes
2 answers
Downgrade to python 3.6.5 with brew: Error /bin/sh: sphinx-build: command not found make: *** [build] Error 127
Please, I'm downgrading to Python 3.6.5 using brew, but I got this error:
Command:
brew install --ignore-dependencies https://raw.githubusercontent.com/Homebrew/homebrew-core/f2a764ef944b1080be64bd88dca9a1d80130c558/Formula/python.rb
Error:
mkdir…

Andre Araujo
- 2,348
- 2
- 27
- 41
2
votes
0 answers
Force version downgrade on Android when installing with Gradle
Trying to build and install an app on Android with
./gradlew installDebug
and it fails with INSTALL_FAILED_VERSION_DOWNGRADE. In plain language, this means the APK I am trying to install has a lower version code than the one already on the…

user149408
- 5,385
- 4
- 33
- 69
2
votes
1 answer
Does Windows Installer allow for product "downgrades"
If I have a 2.0 version of MyProduct installed through an MSI, is it possible to execute the MSI for an earlier 1.0 version of MyProduct and cause a "product downgrade?" Or does Windows Installer only handle upgrade stories?

Brent Arias
- 29,277
- 40
- 133
- 234
2
votes
1 answer
Downgrade PHP from 5.6 to 5.5 on Ubuntu 16.10
I'm trying to downgrade PHP version from 5.6 to 5.5 on Ubuntu 16.10.
After all the research I've done, the main repository from Ondrej,
does not include 5.5 version anymore. none of the other repositories I try'ing to install contain PHP 5.5.
Does…

Eyal Cohen
- 1,188
- 2
- 15
- 27
2
votes
0 answers
Angular 2 - AOT - Downgrade Ng2 Controller - Ng 1 app does not execute Ng 1 controller
Scenario:
I have an Ng site that was originally written with Ng 1. New pages were created with Ng2. Ng2 dialogs were created and utilized by both Ng1 and Ng2 pages. The hybrid pages work when downgrading the Ng 2 components with Ng 2.1 and relying…

Shane Cook
- 41
- 5
2
votes
1 answer
How can I downgrade jenkins from version 2.7.4 to 1.580.3 version?
What I am doing is just replacing the jenkins.war file with the older version...anything else which needs to be changed ?
I am trying to downgrade from version 2.7.4 to 1.580.3 , but i am getting loads of errors while just redeploying the war…

devops
- 1,121
- 5
- 20
- 50
2
votes
1 answer
Downgrade from Java 1.8.0_111 to 1.8.0_102 on ubuntu 16.04?
Some java programs have stopped working on me recently, and I suspect it might have to do with the java version, so I've tried downgrading to an earlier version of java8 but with no success (already tried java7, java programs said they weren't…

TakingItCasual
- 771
- 1
- 7
- 22
2
votes
1 answer
How to handle Homebrew formula dependencies after having installed an older version
For various project-specific reasons, I have downgraded my boost (and boost-python) Homebrew installation to boost159 from boost (aka Boost 1.62.0 as of the writing of this question). The homebrew/versions/boost159 and boost-python159 formulas are…

Spyros Maniatopoulos
- 394
- 1
- 7
- 17
2
votes
1 answer
Downgrade the Service Fabric Application version
When I'm deploying the Service Fabric Application with new version, the complete application is getting replaced with new version in service fabric cluster. And it is working fine as expected in upgrade scenario. But, When I deploy the application…

Shri
- 149
- 1
- 1
- 15
2
votes
4 answers
Problem downgrading from C# 2010 to 2008
For some reason, I have to move a lot of C# code from Visual Studio 2010 to Visual Studio 2008.
I edited my sln file to reflect the changes
Microsoft Visual Studio Solution File, Format Version 11.00
to
Microsoft Visual Studio Solution File, Format…

Eric
- 19,525
- 19
- 84
- 147
2
votes
0 answers
Downgrading matplotlib throws bad key errors in spyder IDE
I am running Python 2.7.3 on a Ubuntu 12.04 LTS distribution. I use spyder 2.9.1 as IDE.
As detailed in another Stackoverflow post of mine, I upgraded matplotlib from 1.1 to 1.5.1 only to find that there are acknowledged clashes between the IDE and…

XavierStuvw
- 1,294
- 2
- 15
- 30
2
votes
4 answers
yum downgrade does not remove new package
Release 1 contains the following packages
Package A-1.0
Package B-1.0
Release 2 contains the following packages
Package A-2.0
Package B-2.0
Package C-2.0
In Release 2, Package B-1.0 was split into two packages - package B-2.0 and package C-2.0.…

CR7
- 125
- 1
- 10