-
Notifications
You must be signed in to change notification settings - Fork 428
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
Conda Install cannot use specific version from Binstar? #100
Comments
Two more DOC bug locations are as follows. On Binstar, every version on binstar incorrectly tells how to install itself, ie https://binstar.org/AnneTheAgile/bottle/0.11.7 says
Conda install doesn't help either. Upon trying that command, as expected, only the latest version is attempted, and it gives no error message on the correct syntax;
//AnneTheAgile |
Finally, I wish I knew where to find the code. |
Reference URL's |
Conda config for binstar did not work for me either. I added my repo but it complained that osx-64 doesn't exist - even though my only packages all are under /osx-64/ folders. The docs , https://pypi.python.org/pypi/conda/3.0.3 , said I could create a config item
|
I apologize for so many sections and questions. You can see I've had quite a time! I'd so very much like it to work and be able to train my fellow NYC Pythonistas. |
Title changed from: "Cannot access specific version on Binstar after conda skeleton pypi, conda build?" So far the only way I found to do that is to download and install that specific, local package. That seems a bit convoluted? I felt sure I was missing syntax? I hope for some feedback! |
Sorry for the inconsistent syntax. The syntax to install a specific version is |
You can also give partial versions. Does this answer all your questions? |
Regarding:
This didn't work because the correct url is |
Thank you so much @asmeurer, Aaron! Just a couple little questions and I'll close this out and write a summary for "future me". 1.Where does the documentation live for the following items? I will submit PR's now that I've learned something. 2.Where does the following code live on Github? 3.WORKS now to install a specific version.
|
The docs that you get for The Sphinx docs are at https://github.com/conda/conda-docs. |
Binstar stuff is all at https://github.com/binstar/. The repo for the website is private, though. |
It depends on what you mean. It's all in the conda repo. The command is in conda/cli/install.py, but that calls a lot of other functions, like conda/fetch.py, conda/plan.py, conda/resolve.py, and conda/install.py. Probably most of the code in conda is accessed by |
Ah, Relief! Thank you again @asmeurer ! I feel so much better! This will be fun to put in some documentation items. I would love to have binstar fixed too , but if I fix the others it will be less serious as it is now. thank you! Details; |
I'm having another version problem today. Perhaps I should have put this ticket in conda-build; conda/conda#781 |
Hi there, thank you for your contribution! This issue has been automatically locked because it has not had recent activity after being closed. Please open a new issue if needed. Thanks! |
Question continued from #84 entry points not made correctly for skeleton, where @asmeurer kindly offered to hear my problems.
I want to be able to reliably use conda setups with extra pypi packages. I think that is something that is already fully supported. I have sort of gotten a bit working but not much.
I made a bottle package. I actually forget how I created it originally.
Now I made an older version and also put it on binstar. https://binstar.org/AnneTheAgile/bottle/0.11.7
I am very confused because I can't figure out how to invoke different versions.
There looks like a DOC item I'd like to help fix wrt creating an older packge.
First in creating the package at a given pypi version. I tried a bunch of commands and failed, noting the Help does not list --versions, but finally I got a message and used that;
This part is OK.
I have been working from this SO post,
http://stackoverflow.com/questions/18640305/how-to-keep-track-of-pip-installed-packages-in-an-anaconda-conda-env
which was referenced from;
https://www.linkedin.com/today/post/article/20140107182855-25278008-using-pypi-packages-with-conda
So the next step was to build it ie make the tar.bz, and then upload to binstar.
Now I want to use the uploaded binstar package in a conda environment. I cannot figure out how to get the version.
The text was updated successfully, but these errors were encountered: