I have an old 1.3.9 version of Orchard I'd like to upgrade to the latest version. I'd be happy to upgrade in steps (i.e. 1.3.9 -> 1.4.2 -> ... -> 1.10.1) but I can't find the install zips for older versions. It appears the earliest on GitHub is 1.8.2. I tried upgrading to that but it didn't work.
So I'm looking for recommendations on how to proceed.
Related
I'm having an issue installing a new package version using pip.
Im working on my package, and recently uploaded a new version (==1.9.0), the same way I always do using twine upload. The upload was successful. When trying to install the new version, I get the following error:
>>> pip install the-spymaster-util==1.9.0
ERROR: Could not find a version that satisfies the requirement the-spymaster-util==1.9.0 (from versions: 0.1.1, 1.0.0, 1.1.0, 1.2.0, 1.2.1, 1.2.2, 1.3.0, 1.3.1, 1.4.0, 1.5.0, 1.6.0, 1.7.0, 1.7.1, 1.7.2, 1.7.3, 1.7.4, 1.7.5, 1.8.0)
ERROR: No matching distribution found for the-spymaster-util==1.9.0
as if version 1.9.0 doen't exist. The wierd thing is that it does exist in pypi index, just that for some reason my local index refuses to update according to it. Also, the newest version (==1.9.1 as im writing this question), does not appear as the "lastest" version - but 1.8.0 does. Usually the index updates within a few seconds after the upload is completed.
Am I missing something?
While there is probably some caching delay in pypi as mentiond in the comment by #Bijany, I did find my way around this (not production-ready, but good enough to keep local developemnt going):
Open your specific package version page in pypi (e.g. https://pypi.org/project/package_name/package_version)
Click on Download Files.
Copy the Source Distribution file URL (the .tar.gz file).
In the command line, run: pip install <file_url>.
Edit: it appears that there in an ongoing related incident: https://status.python.org/incidents/l16ylxktn4r9
I am using Thrift version 0.14.0 on my Ubuntu (20.04.2 LTS).
However, I need to downgrade it to version 0.9.3 for working purposes.
I try to replace version 0.9.3, remove the current thrift version but it doesn't work.
Despite many ways to install the custom version, the current version is still 0.14.0 (thrift --version)
Can you give me the solution? Thank you so much.
I am on Windows 7 and I need to have a newer specific version of node.js than one currently installed. What is the recommended approach: upgrade to newer specific version OR uninstall current version and then install the newer specific version?
Thanks
just use lastest LST from https://nodejs.org/en/ : 10.16.0 LST
Installed the gitbook and gitbook-cli modules, because of an incompatibility problem, multiple versions are installed, how to switch the package version of the module ?
demo:
$ gitbook ls
GitBook Versions Installed:
* 3.2.3
3.1.1
3.1.0
3.0.3
3.0.0
2.6.7
2.6.6
2.6.4
2.5.0
2.3.2
2.1.0
2.0.0
Run "gitbook update" to update to the latest version.
According to Documentation,
By default, GitBook CLI will read the gitbook version to use from the book configuration, but you can force a specific version using --gitbook option:
$ gitbook build ./mybook --gitbook=2.0.1
Therefore change the book config version to the required version or use the above line to force the build.
If you do not need a particular version just uninstall it.
$ gitbook uninstall 2.0.1
I use Apache Cassandra 1.0.6, but this release seems to have some bugs which were fixed in 1.0.7. One particular bug fix is for a 'too many files' exception. I googled the exception and found out that 1.0.7 release fixes this and that 1.0.7 is more stable than the 1.0.6 release of Cassandra.
How can I upgrade without any loss of data? Is it fine to upgrade from 1.0.6 to 1.0.7?
Cassandra upgrade instructions are always located in NEWS.txt in binary distribution. For version 1.0.7 it says:
Upgrading
- Nothing specific to 1.0.7, please report to instruction for 1.0.6
So, rolling upgrade of your cluster should be just fine to upgrade from 1.0.6