Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation of a noarch_python package from Anaconda.org fails with 404 #1552

Closed
frol opened this issue Aug 27, 2015 · 5 comments
Closed

Installation of a noarch_python package from Anaconda.org fails with 404 #1552

frol opened this issue Aug 27, 2015 · 5 comments
Assignees
Labels
locked [bot] locked due to inactivity

Comments

@frol
Copy link
Contributor

frol commented Aug 27, 2015

I have successfully built and uploaded a conda package with noarch_python build option (conda/conda-build#317). The package went into noarch subfolder on Anaconda.org, but when I try to install the given package, conda tries to reach wrong location (linux-64 instead of noarch):

$ conda install -c salford_systems invoke
Fetching package metadata: ........
Solving package specifications: .
Package plan for installation in environment /home/jenkins/anaconda:

The following packages will be downloaded:

    package                    |            build
    ---------------------------|-----------------
    invoke-0.10.1              |           py_228         160 KB

The following NEW packages will be INSTALLED:

    invoke: 0.10.1-py_228

Proceed ([y]/n)?

Fetching packages ...
Error: HTTPError: 404 Client Error: NOT FOUND: https://conda.binstar.org/t/sa-288608ab-8c64-4fed-99e2-ec9480ec0105/salford_systems/linux-64/invoke-0.10.1-py_228.tar.bz2

This issue is related to #1391

@csoja
Copy link
Contributor

csoja commented Oct 26, 2015

I was not able to reproduce this problem for the example you provided. Are you still experiencing this problem?

@frol
Copy link
Contributor Author

frol commented Oct 27, 2015

@csoja It is because of the fact that I have removed noarch package for invoke and uploaded converted packages for each platform.

@csoja
Copy link
Contributor

csoja commented Feb 12, 2016

Tested installing https://anaconda.org/ilan/foo/files (a noarch package) on Linux, MacOSX & Windows 64-bit machines. Was not able to reproduce this issue. Closing for now. Please reopen with additional details (include conda recipe) if you believe this is still an issue.

@csoja csoja closed this as completed Feb 12, 2016
@frol
Copy link
Contributor Author

frol commented Feb 13, 2016

Indeed, it works now.

@github-actions
Copy link

Hi there, thank you for your contribution to Conda!

This issue has been automatically locked since it has not had recent activity after it was closed.

Please open a new issue if needed.

@github-actions github-actions bot added the locked [bot] locked due to inactivity label Nov 26, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
locked [bot] locked due to inactivity
Projects
None yet
Development

No branches or pull requests

3 participants