Installing older packages with conda












0















I'm new to conda. I'd like to know how to install older packages. If I do a 'conda search', and then grep for 'pygpu', I see the following:



pygpu                     0.6.2          py27_0  pkgs/free           
pygpu 0.6.2 py35_0 pkgs/free
pygpu 0.6.2 py36_0 pkgs/free
pygpu 0.6.4 py27_0 pkgs/free
pygpu 0.6.4 py27_1 pkgs/free
pygpu 0.6.4 py35_0 pkgs/free
pygpu 0.6.4 py35_1 pkgs/free
pygpu 0.6.4 py36_0 pkgs/free
pygpu 0.6.4 py36_1 pkgs/free
pygpu 0.6.8 py27_0 pkgs/free
pygpu 0.6.8 py35_0 pkgs/free
pygpu 0.6.8 py36_0 pkgs/free
pygpu 0.6.9 py27_0 pkgs/free
pygpu 0.6.9 py35_0 pkgs/free
pygpu 0.6.9 py36_0 pkgs/free
pygpu 0.7.5 py27h14c3975_0 pkgs/main
pygpu 0.7.5 py35h14c3975_0 pkgs/main
pygpu 0.7.5 py36h14c3975_0 pkgs/main
pygpu 0.7.6 py27h035aef0_0 pkgs/main
pygpu 0.7.6 py27h3010b51_0 pkgs/main
pygpu 0.7.6 py35h3010b51_0 pkgs/main
pygpu 0.7.6 py36h035aef0_0 pkgs/main
pygpu 0.7.6 py36h3010b51_0 pkgs/main
pygpu 0.7.6 py37h035aef0_0 pkgs/main


However, if I try to install any of the specific versions of pygpu with commands like this



conda install pygpu=0.68
conda install pygpu=0.64
conda install pygpu=0.62


It complains



PackagesNotFoundError: The following packages are not available from current channels:
Current channels:

- https://repo.anaconda.com/pkgs/main/linux-64
- https://repo.anaconda.com/pkgs/main/noarch
- https://repo.anaconda.com/pkgs/free/linux-64
- https://repo.anaconda.com/pkgs/free/noarch
- https://repo.anaconda.com/pkgs/r/linux-64
- https://repo.anaconda.com/pkgs/r/noarch
- https://repo.anaconda.com/pkgs/pro/linux-64
- https://repo.anaconda.com/pkgs/pro/noarch

To search for alternate channels that may provide the conda package you're
looking for, navigate to


What am I doing wrong? I assumed that the 'conda search' listed packages that were available to install. Is that not true?



Does this possibly have to do with the 'build' in column 3? That would make sense if those versions of pygpu were available for a build which was different then my own. If so, how can I determine which build is correct for me? I'm running Python 2.7.15. I would assume that means build py27_1 is right for me. But, then the pygpu=0.64, which was created for py27_1 should work, but it doesn't. What am I misunderstanding?










share|improve this question























  • Note that 0.6.4 is different from 0.64. Make sure you don't have a typo there.

    – darthbith
    Nov 15 '18 at 14:35
















0















I'm new to conda. I'd like to know how to install older packages. If I do a 'conda search', and then grep for 'pygpu', I see the following:



pygpu                     0.6.2          py27_0  pkgs/free           
pygpu 0.6.2 py35_0 pkgs/free
pygpu 0.6.2 py36_0 pkgs/free
pygpu 0.6.4 py27_0 pkgs/free
pygpu 0.6.4 py27_1 pkgs/free
pygpu 0.6.4 py35_0 pkgs/free
pygpu 0.6.4 py35_1 pkgs/free
pygpu 0.6.4 py36_0 pkgs/free
pygpu 0.6.4 py36_1 pkgs/free
pygpu 0.6.8 py27_0 pkgs/free
pygpu 0.6.8 py35_0 pkgs/free
pygpu 0.6.8 py36_0 pkgs/free
pygpu 0.6.9 py27_0 pkgs/free
pygpu 0.6.9 py35_0 pkgs/free
pygpu 0.6.9 py36_0 pkgs/free
pygpu 0.7.5 py27h14c3975_0 pkgs/main
pygpu 0.7.5 py35h14c3975_0 pkgs/main
pygpu 0.7.5 py36h14c3975_0 pkgs/main
pygpu 0.7.6 py27h035aef0_0 pkgs/main
pygpu 0.7.6 py27h3010b51_0 pkgs/main
pygpu 0.7.6 py35h3010b51_0 pkgs/main
pygpu 0.7.6 py36h035aef0_0 pkgs/main
pygpu 0.7.6 py36h3010b51_0 pkgs/main
pygpu 0.7.6 py37h035aef0_0 pkgs/main


However, if I try to install any of the specific versions of pygpu with commands like this



conda install pygpu=0.68
conda install pygpu=0.64
conda install pygpu=0.62


It complains



PackagesNotFoundError: The following packages are not available from current channels:
Current channels:

- https://repo.anaconda.com/pkgs/main/linux-64
- https://repo.anaconda.com/pkgs/main/noarch
- https://repo.anaconda.com/pkgs/free/linux-64
- https://repo.anaconda.com/pkgs/free/noarch
- https://repo.anaconda.com/pkgs/r/linux-64
- https://repo.anaconda.com/pkgs/r/noarch
- https://repo.anaconda.com/pkgs/pro/linux-64
- https://repo.anaconda.com/pkgs/pro/noarch

To search for alternate channels that may provide the conda package you're
looking for, navigate to


What am I doing wrong? I assumed that the 'conda search' listed packages that were available to install. Is that not true?



Does this possibly have to do with the 'build' in column 3? That would make sense if those versions of pygpu were available for a build which was different then my own. If so, how can I determine which build is correct for me? I'm running Python 2.7.15. I would assume that means build py27_1 is right for me. But, then the pygpu=0.64, which was created for py27_1 should work, but it doesn't. What am I misunderstanding?










share|improve this question























  • Note that 0.6.4 is different from 0.64. Make sure you don't have a typo there.

    – darthbith
    Nov 15 '18 at 14:35














0












0








0








I'm new to conda. I'd like to know how to install older packages. If I do a 'conda search', and then grep for 'pygpu', I see the following:



pygpu                     0.6.2          py27_0  pkgs/free           
pygpu 0.6.2 py35_0 pkgs/free
pygpu 0.6.2 py36_0 pkgs/free
pygpu 0.6.4 py27_0 pkgs/free
pygpu 0.6.4 py27_1 pkgs/free
pygpu 0.6.4 py35_0 pkgs/free
pygpu 0.6.4 py35_1 pkgs/free
pygpu 0.6.4 py36_0 pkgs/free
pygpu 0.6.4 py36_1 pkgs/free
pygpu 0.6.8 py27_0 pkgs/free
pygpu 0.6.8 py35_0 pkgs/free
pygpu 0.6.8 py36_0 pkgs/free
pygpu 0.6.9 py27_0 pkgs/free
pygpu 0.6.9 py35_0 pkgs/free
pygpu 0.6.9 py36_0 pkgs/free
pygpu 0.7.5 py27h14c3975_0 pkgs/main
pygpu 0.7.5 py35h14c3975_0 pkgs/main
pygpu 0.7.5 py36h14c3975_0 pkgs/main
pygpu 0.7.6 py27h035aef0_0 pkgs/main
pygpu 0.7.6 py27h3010b51_0 pkgs/main
pygpu 0.7.6 py35h3010b51_0 pkgs/main
pygpu 0.7.6 py36h035aef0_0 pkgs/main
pygpu 0.7.6 py36h3010b51_0 pkgs/main
pygpu 0.7.6 py37h035aef0_0 pkgs/main


However, if I try to install any of the specific versions of pygpu with commands like this



conda install pygpu=0.68
conda install pygpu=0.64
conda install pygpu=0.62


It complains



PackagesNotFoundError: The following packages are not available from current channels:
Current channels:

- https://repo.anaconda.com/pkgs/main/linux-64
- https://repo.anaconda.com/pkgs/main/noarch
- https://repo.anaconda.com/pkgs/free/linux-64
- https://repo.anaconda.com/pkgs/free/noarch
- https://repo.anaconda.com/pkgs/r/linux-64
- https://repo.anaconda.com/pkgs/r/noarch
- https://repo.anaconda.com/pkgs/pro/linux-64
- https://repo.anaconda.com/pkgs/pro/noarch

To search for alternate channels that may provide the conda package you're
looking for, navigate to


What am I doing wrong? I assumed that the 'conda search' listed packages that were available to install. Is that not true?



Does this possibly have to do with the 'build' in column 3? That would make sense if those versions of pygpu were available for a build which was different then my own. If so, how can I determine which build is correct for me? I'm running Python 2.7.15. I would assume that means build py27_1 is right for me. But, then the pygpu=0.64, which was created for py27_1 should work, but it doesn't. What am I misunderstanding?










share|improve this question














I'm new to conda. I'd like to know how to install older packages. If I do a 'conda search', and then grep for 'pygpu', I see the following:



pygpu                     0.6.2          py27_0  pkgs/free           
pygpu 0.6.2 py35_0 pkgs/free
pygpu 0.6.2 py36_0 pkgs/free
pygpu 0.6.4 py27_0 pkgs/free
pygpu 0.6.4 py27_1 pkgs/free
pygpu 0.6.4 py35_0 pkgs/free
pygpu 0.6.4 py35_1 pkgs/free
pygpu 0.6.4 py36_0 pkgs/free
pygpu 0.6.4 py36_1 pkgs/free
pygpu 0.6.8 py27_0 pkgs/free
pygpu 0.6.8 py35_0 pkgs/free
pygpu 0.6.8 py36_0 pkgs/free
pygpu 0.6.9 py27_0 pkgs/free
pygpu 0.6.9 py35_0 pkgs/free
pygpu 0.6.9 py36_0 pkgs/free
pygpu 0.7.5 py27h14c3975_0 pkgs/main
pygpu 0.7.5 py35h14c3975_0 pkgs/main
pygpu 0.7.5 py36h14c3975_0 pkgs/main
pygpu 0.7.6 py27h035aef0_0 pkgs/main
pygpu 0.7.6 py27h3010b51_0 pkgs/main
pygpu 0.7.6 py35h3010b51_0 pkgs/main
pygpu 0.7.6 py36h035aef0_0 pkgs/main
pygpu 0.7.6 py36h3010b51_0 pkgs/main
pygpu 0.7.6 py37h035aef0_0 pkgs/main


However, if I try to install any of the specific versions of pygpu with commands like this



conda install pygpu=0.68
conda install pygpu=0.64
conda install pygpu=0.62


It complains



PackagesNotFoundError: The following packages are not available from current channels:
Current channels:

- https://repo.anaconda.com/pkgs/main/linux-64
- https://repo.anaconda.com/pkgs/main/noarch
- https://repo.anaconda.com/pkgs/free/linux-64
- https://repo.anaconda.com/pkgs/free/noarch
- https://repo.anaconda.com/pkgs/r/linux-64
- https://repo.anaconda.com/pkgs/r/noarch
- https://repo.anaconda.com/pkgs/pro/linux-64
- https://repo.anaconda.com/pkgs/pro/noarch

To search for alternate channels that may provide the conda package you're
looking for, navigate to


What am I doing wrong? I assumed that the 'conda search' listed packages that were available to install. Is that not true?



Does this possibly have to do with the 'build' in column 3? That would make sense if those versions of pygpu were available for a build which was different then my own. If so, how can I determine which build is correct for me? I'm running Python 2.7.15. I would assume that means build py27_1 is right for me. But, then the pygpu=0.64, which was created for py27_1 should work, but it doesn't. What am I misunderstanding?







python anaconda theano






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Nov 14 '18 at 15:59









JB_UserJB_User

1,25551837




1,25551837













  • Note that 0.6.4 is different from 0.64. Make sure you don't have a typo there.

    – darthbith
    Nov 15 '18 at 14:35



















  • Note that 0.6.4 is different from 0.64. Make sure you don't have a typo there.

    – darthbith
    Nov 15 '18 at 14:35

















Note that 0.6.4 is different from 0.64. Make sure you don't have a typo there.

– darthbith
Nov 15 '18 at 14:35





Note that 0.6.4 is different from 0.64. Make sure you don't have a typo there.

– darthbith
Nov 15 '18 at 14:35












0






active

oldest

votes











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53304223%2finstalling-older-packages-with-conda%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53304223%2finstalling-older-packages-with-conda%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Xamarin.iOS Cant Deploy on Iphone

Glorious Revolution

Dulmage-Mendelsohn matrix decomposition in Python