Skip to content

Instantly share code, notes, and snippets.

@pydanny
Last active August 29, 2015 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pydanny/28430efdb472bb5ab876 to your computer and use it in GitHub Desktop.
Save pydanny/28430efdb472bb5ab876 to your computer and use it in GitHub Desktop.
This is what happens when you try to install cookiecutter from binstar. Is this happening because I built the packages using Python 3? Do I need to build the cookiecutter packages in Python 2?
# I built the conda package for cookiecutter according to the instructions I wrote down at http://www.pydanny.com/building-conda-packages-for-multiple-operating-systems.html
# Commands I executed occured on lines starting with '$$$'
$$$ conda create -n check1 python=2
Fetching package metadata: ........
Solving package specifications: ...............
Package plan for installation in environment /Users/danny/miniconda3/envs/check1:
The following packages will be downloaded:
package | build
---------------------------|-----------------
setuptools-12.2 | py27_0 437 KB
pip-6.0.8 | py27_0 1.5 MB
------------------------------------------------------------
Total: 2.0 MB
The following NEW packages will be INSTALLED:
openssl: 1.0.1k-0
pip: 6.0.8-py27_0
python: 2.7.9-1
readline: 6.2-2
setuptools: 12.2-py27_0
sqlite: 3.8.4.1-0
tk: 8.5.15-0
zlib: 1.2.8-0
Proceed ([y]/n)? y
Fetching packages ...
setuptools-12. 100% |#######################################################| Time: 0:00:05 76.63 kB/s
pip-6.0.8-py27 100% |#######################################################| Time: 0:00:35 45.39 kB/s
Extracting packages ...
[ COMPLETE ] |#########################################################################| 100%
Linking packages ...
[ COMPLETE ] |#########################################################################| 100%
#
# To activate this environment, use:
# $ source activate check1
#
# To deactivate this environment, use:
# $ source deactivate
#
$$$ source activate check1
discarding /Users/danny/miniconda3/bin from PATH
prepending /Users/danny/miniconda3/envs/check1/bin to PATH
$$$ conda install cookiecutter
Fetching package metadata: ........
Solving package specifications: ..
Error: Unsatisfiable package specifications.
Generating hint:
[2/2 ] |#########################################################################| 100%
Hint: the following combinations of packages create a conflict with the
remaining packages:
- python 2.7*
- cookiecutter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment