Coder Social home page Coder Social logo

git-feedstock's Introduction

About git-feedstock

Feedstock license: BSD-3-Clause

About git

Home: https://git-scm.com/

Package license: GPL-2.0-or-later and LGPL-2.1-or-later

Summary: distributed version control system

About git

Home: https://git-scm.com/

Package license: GPL-2.0-or-later and LGPL-2.1-or-later

Summary: distributed version control system

Current build status

Azure
VariantStatus
linux_64 variant
linux_aarch64 variant
linux_ppc64le variant
osx_64 variant
osx_arm64 variant
win_64 variant

Current release info

Name Downloads Version Platforms
Conda Recipe Conda Downloads Conda Version Conda Platforms

Installing git

Installing git from the conda-forge channel can be achieved by adding conda-forge to your channels with:

conda config --add channels conda-forge
conda config --set channel_priority strict

Once the conda-forge channel has been enabled, git can be installed with conda:

conda install git

or with mamba:

mamba install git

It is possible to list all of the versions of git available on your platform with conda:

conda search git --channel conda-forge

or with mamba:

mamba search git --channel conda-forge

Alternatively, mamba repoquery may provide more information:

# Search all versions available on your platform:
mamba repoquery search git --channel conda-forge

# List packages depending on `git`:
mamba repoquery whoneeds git --channel conda-forge

# List dependencies of `git`:
mamba repoquery depends git --channel conda-forge

About conda-forge

Powered by NumFOCUS

conda-forge is a community-led conda channel of installable packages. In order to provide high-quality builds, the process has been automated into the conda-forge GitHub organization. The conda-forge organization contains one repository for each of the installable packages. Such a repository is known as a feedstock.

A feedstock is made up of a conda recipe (the instructions on what and how to build the package) and the necessary configurations for automatic building using freely available continuous integration services. Thanks to the awesome service provided by Azure, GitHub, CircleCI, AppVeyor, Drone, and TravisCI it is possible to build and upload installable packages to the conda-forge anaconda.org channel for Linux, Windows and OSX respectively.

To manage the continuous integration and simplify feedstock maintenance conda-smithy has been developed. Using the conda-forge.yml within this repository, it is possible to re-render all of this feedstock's supporting files (e.g. the CI configuration files) with conda smithy rerender.

For more information please check the conda-forge documentation.

Terminology

feedstock - the conda recipe (raw material), supporting scripts and CI configuration.

conda-smithy - the tool which helps orchestrate the feedstock. Its primary use is in the construction of the CI .yml files and simplify the management of many feedstocks.

conda-forge - the place where the feedstock and smithy live and work to produce the finished article (built conda distributions)

Updating git-feedstock

If you would like to improve the git recipe or build a new package version, please fork this repository and submit a PR. Upon submission, your changes will be run on the appropriate platforms to give the reviewer an opportunity to confirm that the changes result in a successful build. Once merged, the recipe will be re-built and uploaded automatically to the conda-forge channel, whereupon the built conda packages will be available for everybody to install and use from the conda-forge channel. Note that all branches in the conda-forge/git-feedstock are immediately built and any created packages are uploaded, so PRs should be based on branches in forks and branches in the main repository should only be used to build distinct package versions.

In order to produce a uniquely identifiable distribution:

  • If the version of a package is not being increased, please add or increase the build/number.
  • If the version of a package is being increased, please remember to return the build/number back to 0.

Feedstock Maintainers

git-feedstock's People

Contributors

beckermr avatar chrisburr avatar conda-forge-admin avatar conda-forge-curator[bot] avatar djsutherland avatar erykoff avatar github-actions[bot] avatar hmaarrfk avatar isuruf avatar j-4 avatar jakirkham avatar jjhelmus avatar marscher avatar mbargull avatar mingwandroid avatar msarahan avatar ocefpaf avatar pelson avatar phil-blain avatar regro-cf-autotick-bot avatar scopatz avatar sodre avatar timsnyder avatar willirath avatar xhochy avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

git-feedstock's Issues

git send-email does not work due to missing Perl module IO::Socket::SSL

Issue: git send-email does not work due to missing Perl module IO::Socket::SSL


Environment (conda list):
$ conda list
# packages in environment at $HOME/Logiciels/miniconda3/envs/git2.23:
#
# Name                    Version                   Build  Channel
ca-certificates           2019.9.11            hecc5488_0    conda-forge
curl                      7.65.3               h22ea746_0    conda-forge
expat                     2.2.5             h6de7cb9_1003    conda-forge
gettext                   0.19.8.1          h46ab8bc_1002    conda-forge
git                       2.23.0          pl526hbdf3604_2    conda-forge
krb5                      1.16.3            hcfa6398_1001    conda-forge
libcurl                   7.65.3               h16faf7d_0    conda-forge
libcxx                    9.0.0                         0    conda-forge
libcxxabi                 9.0.0                         0    conda-forge
libedit                   3.1.20170329      hcfe32e1_1001    conda-forge
libffi                    3.2.1             h6de7cb9_1006    conda-forge
libiconv                  1.15              h01d97ff_1005    conda-forge
libssh2                   1.8.2                hcdc9a53_2    conda-forge
ncurses                   6.1               h0a44026_1002    conda-forge
openssl                   1.1.1c               h01d97ff_0    conda-forge
pcre                      8.41              h0a44026_1003    conda-forge
perl                      5.26.2            haec8ef5_1006    conda-forge
tk                        8.6.9             h2573ce8_1003    conda-forge
zlib                      1.2.11            h01d97ff_1006    conda-forge

Details about conda and system ( conda info ):
$ conda info

     active environment : git2.23
    active env location : $HOME/Logiciels/miniconda3/envs/git2.23
            shell level : 1
       user config file : $HOME/.condarc
 populated config files : $HOME/.condarc
          conda version : 4.7.10
    conda-build version : 3.18.9
         python version : 3.7.3.final.0
       virtual packages : 
       base environment : $HOME/Logiciels/miniconda3  (writable)
           channel URLs : https://conda.anaconda.org/conda-forge/osx-64
                          https://conda.anaconda.org/conda-forge/noarch
                          https://repo.anaconda.com/pkgs/main/osx-64
                          https://repo.anaconda.com/pkgs/main/noarch
                          https://repo.anaconda.com/pkgs/r/osx-64
                          https://repo.anaconda.com/pkgs/r/noarch
          package cache : $HOME/Logiciels/miniconda3/pkgs
                          $HOME/.conda/pkgs
       envs directories : $HOME/Logiciels/miniconda3/envs
                          $HOME/.conda/envs
               platform : osx-64
             user-agent : conda/4.7.10 requests/2.22.0 CPython/3.7.3 Darwin/15.6.0 OSX/10.11.6
                UID:GID : 502:20
             netrc file : None
           offline mode : False

I tried git send-email for the first time today and it failed with:

$ git send-email ....
....
Not using SSL_VERIFY_PEER due to out-of-date IO::Socket::SSL.
To use SSL please install IO::Socket::SSL with version>=2.007 at $HOME/Logiciels/miniconda3/envs/git/lib/5.26.2/Net/SMTP.pm line 270

$ perl -e "use IO::Socket::SSL;"
Can't locate IO/Socket/SSL.pm in @INC (you may need to install the IO::Socket::SSL module) 
(@INC contains: 
$HOME/Logiciels/miniconda3/envs/git2.23/lib/site_perl/5.26.2/darwin-thread-multi-2level 
$HOME/Logiciels/miniconda3/envs/git2.23/lib/site_perl/5.26.2 
$HOME/Logiciels/miniconda3/envs/git2.23/lib/5.26.2/darwin-thread-multi-2level 
$HOME/Logiciels/miniconda3/envs/git2.23/lib/5.26.2 .) at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

msys-2.0.dll conflict with m2-msys2-runtime package on Windows

Solution to issue cannot be found in the documentation.

  • I checked the documentation.

Issue

The git package has a conflict with the m2-msys2-runtime package. Both install a version of msys-2.0.dll. The version installed by git is newer than the one installed by m2-msys2-runtime. If m2-msys2-runtime is installed after git, then commands like sh no longer work on windows.

mamba create -n git-test1
mamba activate git-test1
mamba install git -y
git # works
sh # works
mamba install m2-msys2-runtime -y
git # works
sh # fails!

If the order is reversed, then the conflict doesn't happen because the git msys-2.0.dll is newer.

Installed packages

# packages in environment at D:\ws\conda\envs\git-test1:
#
# Name                    Version                   Build  Channel
git                       2.42.0               h57928b3_0    conda-forge
m2-msys2-runtime          2.5.0.17080.65c939c               3    conda-forge
msys2-conda-epoch         20160418                      1    conda-forge

Environment info

active environment : git-test1
    active env location : D:\ws\conda\envs\git-test1
            shell level : 2
       user config file : C:\Users\user\.condarc
 populated config files : C:\Users\user\mambaforge\.condarc
                          C:\Users\user\.condarc
          conda version : 23.3.1
    conda-build version : not installed
         python version : 3.10.12.final.0
       virtual packages : __archspec=1=x86_64
                          __cuda=12.2=0
                          __win=0=0
       base environment : C:\Users\user\mambaforge  (writable)
      conda av data dir : C:\Users\user\mambaforge\etc\conda
  conda av metadata url : None
           channel URLs : https://conda.anaconda.org/conda-forge/win-64
                          https://conda.anaconda.org/conda-forge/noarch
          package cache : D:\ws\conda\pkgs
       envs directories : D:\ws\conda\envs
                          C:\Users\user\mambaforge\envs
                          C:\Users\user\.conda\envs
                          C:\Users\user\AppData\Local\conda\conda\envs
               platform : win-64
             user-agent : conda/23.3.1 requests/2.31.0 CPython/3.10.12 Windows/10 Windows/10.0.19045
          administrator : False
             netrc file : None
           offline mode : False

Is this package bloated?

Comment:

On Alpine, installing Git and its dependencies increases disk usage by 9.484 MB:

$ docker run --rm -it --user root mambaorg/micromamba:1.4.4-alpine@sha256:7bc1b7179496b7f10596ba8fce7ffd8d323566890b9f515bf1c3dd2cca1c627e \
    sh -c 'du -d0 / && apk add --no-cache git && du -d0 /'
30580	/
...
40064	/

Installing Git through conda-forge increases disk usage by 296.4MB:

$ docker run --rm -it --user root mambaorg/micromamba:1.4.4-alpine@sha256:7bc1b7179496b7f10596ba8fce7ffd8d323566890b9f515bf1c3dd2cca1c627e \
    sh -c 'du -d0 / && micromamba install --yes --name=base --channel=conda-forge git && micromamba clean --all --yes && du -d0 /'
30580	/
...
326980	/

I am wondering if, for example, Perl is nowadays still as necessary as it once was.

Context: mamba-org/micromamba-docker#319 (reply in thread)

man pages on macOS

Issue: git man pages (added in #65) do not work on macOS. They are installed correctly to $CONDA_PREFIX/man/man1 but are not shown by the commands man git-$cmd, git help $cmd or git $cmd --help (these commands show the man pages from the system git).

If I export MANPATH=$CONDA_PREFIX/man/:$(manpath) I can access correctly the man pages for git from conda.


Environment (conda list):
$ conda list
# packages in environment at ~/miniconda3/envs/git2.23:
#
# Name                    Version                   Build  Channel
ca-certificates           2019.9.11            hecc5488_0    conda-forge
curl                      7.65.3               h22ea746_0    conda-forge
expat                     2.2.5             h6de7cb9_1003    conda-forge
gettext                   0.19.8.1          h46ab8bc_1002    conda-forge
git                       2.23.0          pl526hbdf3604_2    conda-forge
krb5                      1.16.3            hcfa6398_1001    conda-forge
libcurl                   7.65.3               h16faf7d_0    conda-forge
libcxx                    9.0.0                         0    conda-forge
libcxxabi                 9.0.0                         0    conda-forge
libedit                   3.1.20170329      hcfe32e1_1001    conda-forge
libffi                    3.2.1             h6de7cb9_1006    conda-forge
libiconv                  1.15              h01d97ff_1005    conda-forge
libssh2                   1.8.2                hcdc9a53_2    conda-forge
ncurses                   6.1               h0a44026_1002    conda-forge
openssl                   1.1.1c               h01d97ff_0    conda-forge
pcre                      8.41              h0a44026_1003    conda-forge
perl                      5.26.2            haec8ef5_1006    conda-forge
tk                        8.6.9             h2573ce8_1003    conda-forge
zlib                      1.2.11            h01d97ff_1006    conda-forge

Details about conda and system ( conda info ):
$ conda info
     active environment : git2.23
    active env location : ~/miniconda3/envs/git2.23
            shell level : 1
       user config file : ~/.condarc
 populated config files : ~/.condarc
          conda version : 4.7.10
    conda-build version : 3.18.9
         python version : 3.7.3.final.0
       virtual packages : 
       base environment : ~/miniconda3  (writable)
           channel URLs : https://conda.anaconda.org/conda-forge/osx-64
                          https://conda.anaconda.org/conda-forge/noarch
                          https://repo.anaconda.com/pkgs/main/osx-64
                          https://repo.anaconda.com/pkgs/main/noarch
                          https://repo.anaconda.com/pkgs/r/osx-64
                          https://repo.anaconda.com/pkgs/r/noarch
          package cache : ~/miniconda3/pkgs
                          ~/.conda/pkgs
       envs directories : ~/miniconda3/envs
                          ~/.conda/envs
               platform : osx-64
             user-agent : conda/4.7.10 requests/2.22.0 CPython/3.7.3 Darwin/15.6.0 OSX/10.11.6
                UID:GID : 502:20
             netrc file : None
           offline mode : False

EDIT updated with the correct way to define MANPATH on macOS, per https://stackoverflow.com/a/53732044/6026237

Use our libiconv

On OS X, it appears to be getting libiconv from the system. This is evidenced when fixing paths in Travis CI build log. However, adding our libiconv is not sufficient. As can be seen by this Travis CI build log, our version of libiconv does not provide an acceptable ABI. Thus we may need to build a newer version of libiconv to fix this issue.

Add tk, perl, and gettext

These optional dependencies have been disabled. However, we have all of them packaged at this point. So, we should try enabling them and providing support for them to enrich the user experience. ๐Ÿ˜„

Add git-https

Solution to issue cannot be found in the documentation.

  • I checked the documentation.

Issue

Heys, i am noticed, that in a conda environment with conda-forge git package installed, git clone https://xyz commands do not work, as git-https is missing. I am not sure, if this is really an issue of this package, but it looks like it is. Would it be possible to add git-https and git-http to this package? Otherwise, could you please provide some documentation how i can adjust this repo so git-https is installed?

Installed packages

# Name                    Version                   Build  Channel
_libgcc_mutex             0.1                 conda_forge    conda-forge
_openmp_mutex             4.5                       2_gnu    conda-forge
accelerate                0.25.0                   pypi_0    pypi
aiohttp                   3.9.1                    pypi_0    pypi
aiosignal                 1.3.1                    pypi_0    pypi
albumentations            1.3.1                    pypi_0    pypi
archspec                  0.2.1              pyhd3eb1b0_0  
attrs                     23.1.0          py311h06a4308_0  
beautifulsoup4            4.12.2          py311h06a4308_0  
binutils_impl_linux-64    2.40                 hf600244_0    conda-forge
boltons                   23.0.0          py311h06a4308_0  
brotli-python             1.0.9           py311h6a678d5_7  
bzip2                     1.0.8                hd590300_5    conda-forge
c-ares                    1.24.0               hd590300_0    conda-forge
ca-certificates           2023.12.12           h06a4308_0  
certifi                   2023.11.17         pyhd8ed1ab_0    conda-forge
cffi                      1.16.0          py311h5eee18b_0  
chardet                   4.0.0           py311h06a4308_1003  
charset-normalizer        3.3.2                    pypi_0    pypi
click                     8.1.7           py311h06a4308_0  
coloredlogs               15.0.1                   pypi_0    pypi
conda                     23.11.0         py311h06a4308_0  
conda-build               3.28.2          py311h06a4308_0  
conda-index               0.3.0           py311h06a4308_0  
conda-libmamba-solver     23.12.0            pyhd3eb1b0_1  
conda-package-handling    2.2.0           py311h06a4308_0  
conda-package-streaming   0.9.0           py311h06a4308_0  
contourpy                 1.2.0                    pypi_0    pypi
cryptography              41.0.7          py311hdda0065_0  
cuda-cudart               12.3.101                      0    nvidia
cuda-version              12.2                 he2b69de_2    conda-forge
curl                      8.5.0                hca28451_0    conda-forge
cycler                    0.12.1                   pypi_0    pypi
cython                    3.0.6                    pypi_0    pypi
distro                    1.8.0           py311h06a4308_0  
dynamicprompts            0.30.2                   pypi_0    pypi
easydict                  1.11                     pypi_0    pypi
einops                    0.7.0                    pypi_0    pypi
filelock                  3.13.1          py311h06a4308_0  
flatbuffers               23.5.26                  pypi_0    pypi
fmt                       10.1.1               h00ab1b0_1    conda-forge
fonttools                 4.46.0                   pypi_0    pypi
frozenlist                1.4.1                    pypi_0    pypi
fsspec                    2023.12.2                pypi_0    pypi
gcc                       13.2.0               h574f8da_2    conda-forge
gcc_impl_linux-64         13.2.0               h338b0a0_3    conda-forge
gettext                   0.21.1               h27087fc_0    conda-forge
git                       2.43.0          pl5321h7bc287a_0    conda-forge
gitdb                     4.0.11                   pypi_0    pypi
gitpython                 3.1.40                   pypi_0    pypi
gxx                       13.2.0               h574f8da_2    conda-forge
gxx_impl_linux-64         13.2.0               h338b0a0_3    conda-forge
huggingface-hub           0.19.4                   pypi_0    pypi
humanfriendly             10.0                     pypi_0    pypi
icu                       73.2                 h59595ed_0    conda-forge
idna                      3.6                      pypi_0    pypi
imageio                   2.33.1                   pypi_0    pypi
insightface               0.7.3                    pypi_0    pypi
jinja2                    3.1.2           py311h06a4308_0  
joblib                    1.3.2                    pypi_0    pypi
jsonpatch                 1.32               pyhd3eb1b0_0  
jsonpointer               2.1                pyhd3eb1b0_0  
jsonschema                4.19.2          py311h06a4308_0  
jsonschema-specifications 2023.7.1        py311h06a4308_0  
kernel-headers_linux-64   2.6.32              he073ed8_16    conda-forge
keyutils                  1.6.1                h166bdaf_0    conda-forge
kiwisolver                1.4.5                    pypi_0    pypi
krb5                      1.21.2               h659d440_0    conda-forge
lazy-loader               0.3                      pypi_0    pypi
ld_impl_linux-64          2.40                 h41732ed_0    conda-forge
libarchive                3.7.2                h2aa1ff5_1    conda-forge
libcurand                 10.3.3.141           hd3aeb46_0    conda-forge
libcurl                   8.5.0                hca28451_0    conda-forge
libedit                   3.1.20191231         he28a2e2_2    conda-forge
libev                     4.33                 hd590300_2    conda-forge
libexpat                  2.5.0                hcb278e6_1    conda-forge
libffi                    3.4.2                h7f98852_5    conda-forge
libgcc-devel_linux-64     13.2.0             ha9c7c90_103    conda-forge
libgcc-ng                 13.2.0               h807b86a_3    conda-forge
libgomp                   13.2.0               h807b86a_3    conda-forge
libiconv                  1.17                 hd590300_2    conda-forge
liblief                   0.12.3               h6a678d5_0  
libmamba                  1.5.6                had39da4_0    conda-forge
libmambapy                1.5.6           py311hf2555c7_0    conda-forge
libnghttp2                1.58.0               h47da74e_1    conda-forge
libnsl                    2.0.1                hd590300_0    conda-forge
libsanitizer              13.2.0               h7e041cc_3    conda-forge
libsolv                   0.7.24               he621ea3_0  
libsqlite                 3.44.2               h2797004_0    conda-forge
libssh2                   1.11.0               h0841786_0    conda-forge
libstdcxx-devel_linux-64  13.2.0             ha9c7c90_103    conda-forge
libstdcxx-ng              13.2.0               h7e041cc_3    conda-forge
libuuid                   2.38.1               h0b41bf4_0    conda-forge
libxcrypt                 4.4.36               hd590300_1    conda-forge
libxml2                   2.12.3               h232c23b_0    conda-forge
libzlib                   1.2.13               hd590300_5    conda-forge
lz4-c                     1.9.4                h6a678d5_0  
lzo                       2.10                 h7b6447c_2  
markupsafe                2.1.3           py311h5eee18b_0  
matplotlib                3.8.2                    pypi_0    pypi
matrix-client             0.4.0                    pypi_0    pypi
menuinst                  2.0.1           py311h06a4308_1  
more-itertools            10.1.0          py311h06a4308_0  
mpmath                    1.3.0                    pypi_0    pypi
multidict                 6.0.4                    pypi_0    pypi
ncurses                   6.4                  h59595ed_2    conda-forge
networkx                  3.2.1                    pypi_0    pypi
numpy                     1.26.2                   pypi_0    pypi
nvidia-cublas-cu12        12.1.3.1                 pypi_0    pypi
nvidia-cuda-cupti-cu12    12.1.105                 pypi_0    pypi
nvidia-cuda-nvrtc-cu12    12.1.105                 pypi_0    pypi
nvidia-cuda-runtime-cu12  12.1.105                 pypi_0    pypi
nvidia-cudnn-cu12         8.9.2.26                 pypi_0    pypi
nvidia-cufft-cu12         11.0.2.54                pypi_0    pypi
nvidia-curand-cu12        10.3.2.106               pypi_0    pypi
nvidia-cusolver-cu12      11.4.5.107               pypi_0    pypi
nvidia-cusparse-cu12      12.1.0.106               pypi_0    pypi
nvidia-nccl-cu12          2.18.1                   pypi_0    pypi
nvidia-nvjitlink-cu12     12.3.101                 pypi_0    pypi
nvidia-nvtx-cu12          12.1.105                 pypi_0    pypi
onnx                      1.15.0                   pypi_0    pypi
onnxruntime-gpu           1.16.3                   pypi_0    pypi
opencv-python-headless    4.8.1.78                 pypi_0    pypi
openssl                   3.2.0                hd590300_1    conda-forge
packaging                 23.2                     pypi_0    pypi
patch                     2.7.6             h7b6447c_1001  
patchelf                  0.17.2               h6a678d5_0  
pcre2                     10.42                hcad00b1_0    conda-forge
perl                      5.32.1          7_hd590300_perl5    conda-forge
pillow                    10.1.0                   pypi_0    pypi
pip                       23.3.2             pyhd8ed1ab_0    conda-forge
pkginfo                   1.9.6           py311h06a4308_0  
platformdirs              3.10.0          py311h06a4308_0  
pluggy                    1.0.0           py311h06a4308_1  
prettytable               3.9.0                    pypi_0    pypi
protobuf                  4.25.1                   pypi_0    pypi
psutil                    5.9.7                    pypi_0    pypi
py-lief                   0.12.3          py311h6a678d5_0  
pybind11-abi              4                    hd3eb1b0_1  
pycosat                   0.6.6           py311h5eee18b_0  
pycparser                 2.21               pyhd3eb1b0_0  
pyopenssl                 23.2.0          py311h06a4308_0  
pyparsing                 3.1.1                    pypi_0    pypi
pysocks                   1.7.1           py311h06a4308_0  
python                    3.11.7          hab00c5b_1_cpython    conda-forge
python-dateutil           2.8.2                    pypi_0    pypi
python-libarchive-c       2.9                pyhd3eb1b0_1  
python_abi                3.11                    4_cp311    conda-forge
pytz                      2023.3.post1    py311h06a4308_0  
pyyaml                    6.0.1           py311h5eee18b_0  
qudida                    0.0.4                    pypi_0    pypi
readline                  8.2                  h8228510_1    conda-forge
referencing               0.30.2          py311h06a4308_0  
regex                     2023.10.3                pypi_0    pypi
reproc                    14.2.4               h295c915_1  
reproc-cpp                14.2.4               h295c915_1  
requests                  2.31.0          py311h06a4308_0  
rpds-py                   0.10.6          py311hb02cf49_0  
ruamel.yaml               0.17.21         py311h5eee18b_0  
safetensors               0.4.1                    pypi_0    pypi
scikit-image              0.22.0                   pypi_0    pypi
scikit-learn              1.3.2                    pypi_0    pypi
scipy                     1.11.4                   pypi_0    pypi
setuptools                68.2.2             pyhd8ed1ab_0    conda-forge
six                       1.16.0                   pypi_0    pypi
smmap                     5.0.1                    pypi_0    pypi
soupsieve                 2.5             py311h06a4308_0  
sympy                     1.12                     pypi_0    pypi
sysroot_linux-64          2.12                he073ed8_16    conda-forge
threadpoolctl             3.2.0                    pypi_0    pypi
tifffile                  2023.12.9                pypi_0    pypi
tk                        8.6.13          noxft_h4845f30_101    conda-forge
tokenizers                0.15.0                   pypi_0    pypi
torch                     2.1.2                    pypi_0    pypi
torchsde                  0.2.6                    pypi_0    pypi
torchvision               0.16.2                   pypi_0    pypi
tqdm                      4.66.1                   pypi_0    pypi
trampoline                0.1.2                    pypi_0    pypi
transformers              4.36.1                   pypi_0    pypi
triton                    2.1.0                    pypi_0    pypi
truststore                0.8.0           py311h06a4308_0  
typing-extensions         4.9.0                    pypi_0    pypi
tzdata                    2023c                h71feb2d_0    conda-forge
urllib3                   1.26.18         py311h06a4308_0  
wcwidth                   0.2.12                   pypi_0    pypi
wheel                     0.42.0             pyhd8ed1ab_0    conda-forge
xz                        5.2.6                h166bdaf_0    conda-forge
yaml                      0.2.5                h7b6447c_0  
yaml-cpp                  0.8.0                h6a678d5_0  
yarl                      1.9.4                    pypi_0    pypi
zlib                      1.2.13               hd590300_5    conda-forge
zstandard                 0.19.0          py311h5eee18b_0  
zstd                      1.5.5                hfc55251_0    conda-forge

Environment info

active environment : /config/05-comfy-ui/env
    active env location : /config/05-comfy-ui/env
            shell level : 1
       user config file : /home/abc/.condarc
 populated config files : 
          conda version : 23.11.0
    conda-build version : not installed
         python version : 3.11.5.final.0
                 solver : libmamba (default)
       virtual packages : __archspec=1=zen4
                          __conda=23.11.0=0
                          __cuda=12.3=0
                          __glibc=2.35=0
                          __linux=6.1.64=0
                          __unix=0=0
       base environment : /home/abc/miniconda3  (writable)
      conda av data dir : /home/abc/miniconda3/etc/conda
  conda av metadata url : None
           channel URLs : https://repo.anaconda.com/pkgs/main/linux-64
                          https://repo.anaconda.com/pkgs/main/noarch
                          https://repo.anaconda.com/pkgs/r/linux-64
                          https://repo.anaconda.com/pkgs/r/noarch
          package cache : /home/abc/miniconda3/pkgs
                          /home/abc/.conda/pkgs
       envs directories : /home/abc/miniconda3/envs
                          /home/abc/.conda/envs
               platform : linux-64
             user-agent : conda/23.11.0 requests/2.31.0 CPython/3.11.5 Linux/6.1.64-Unraid ubuntu/22.04.3 glibc/2.35 solver/libmamba conda-libmamba-solver/23.12.0 libmambapy/1.5.3
                UID:GID : 99:100
             netrc file : None
           offline mode : False

git package redistrubutes some Microsoft copyrighted files + git post install script partially fails + bash stdin stdout files test fails

  • This git package redistrubutes some Microsoft copyrighted files. This happen because of the git post install script (that should be run on user machine only!) copying some Windows files.
  • Git post install script invoked the wrong way. The file says that it should be:
     git-bash.exe --no-needs-console --hide --no-cd --command=post-install.bat
  • But fixing it doesn's fix some unknown errors in the post install script. So that conda build fails if used this way:
    git-bash.exe --no-needs-console --hide --no-cd --command=post-install.bat || exit 1
    or this way:
    call post-install.bat || exit 1

Actually this package does redistribution the wrong way. The right way is to do literally the same as original git devs intended. So I suggest go with no_link and run post-install on the user machine.

fatal: iconv_open(UTF-8,UTF-8-MAC) failed, but needed:

Sometimes when using git commands I get this error:

fatal: iconv_open(UTF-8,UTF-8-MAC) failed, but needed:
    precomposed unicode is not supported.
    If you want to use decomposed unicode, run
    "git config core.precomposeunicode false"

The error does not occur with other builds of git. I even built the same version of git from source and didn't have the issue.

This is on the osx build.

Rebuilt git with support for git-add--interactive

(root) [root@somemachine recipe]# conda list git
# packages in environment at /opt/conda:
#
# Name                    Version                   Build  Channel
git                       2.14.2                        3    conda-forge
gitdb2                    2.0.3                      py_0    conda-forge
gitpython                 2.1.8                      py_0    conda-forge
pygithub                  1.39                     py36_0    conda-forge
(root) [root@somemachine recipe]# git add -p meta.yaml
fatal: git was built without support for git-add--interactive (NO_PERL=1).

`less` broken in git 2.35.0 on win64

When trying to use less (or anything which uses less) I'm seeing cryptic errors similar to the below:

> git --version
git version 2.35.0.windows.1
> less --version
0 [main] less (13964) shared_info::initialize: size of shared memory region changed from 56248 to 49080

Reverting to git 2.34.1 and less works again:

> git --version
git version 2.34.1.windows.1
> less --version
less 590 (PCRE regular expressions)
Copyright (C) 1984-2021  Mark Nudelman

less comes with NO WARRANTY, to the extent permitted by law.
For information about the terms of redistribution,
see the file named README in the less distribution.
Home page: https://greenwoodsoftware.com/less

Full Git

The PortableGit build is currently used on Windows which is just enough to run Git itself. Whenever I install git manually I always choose to install all the Unix tools as well as they're very useful. The build which includes all the optional Unix tools is:

https://github.com/git-for-windows/git/releases/download/v{{ version }}.windows.1/Git-{{ version }}-64-bit.tar.bz2

e.g.
image

It would be good to be able to install the full version of git (with unix tools) on Windows. I'm not sure though if conda has a good way to select optional features? If not perhaps consideration could be given to just packaging the full git by default...

team members

Curious issue on https://travis-ci.org/conda-forge/conda-forge.github.io/jobs/126790505:

Running command: ['python', '/home/travis/build/conda-forge/conda-forge.github.io/scripts/update_teams.py', './feedstocks_repo/feedstocks']
AN OLD MEMBER (msarahan) NEEDS TO BE REMOVED FROM conda-forge/git-feedstock
AN OLD MEMBER (pelson) NEEDS TO BE REMOVED FROM conda-forge/git-feedstock

Not sure how the team was populated originally, but it appears to be out of sync with the recipe maintainers list.

Windows builds corrupt (I removed them)

they were 18 kB or so. Definitely wrong. I removed them from anaconda.org so they won't trip anyone up. The win build needs work - it definitely should fail if its packages are corrupt like this.

For how long it would support bash on Windows?

git on win from anaconda doesn't ship bash but conda-forge git ships bash. And I guess this may one of the reasons why build number is 1000: when priority to conda-forge then git would be with bash.

One of my packages depends on bash on win. Is it reliable to depend on conda-forge git? or bash would be removed eventually from it?

Windows shortcut doesn't check conda distribution

Solution to issue cannot be found in the documentation.

  • I checked the documentation.

Issue

When installing the git package on a Windows machine, a Windows shortcut is added (using menuinst). This shortcut is hardcoded to install to a folder called "Anaconda${PY_VER} ${PLATFORM}". This is really annoying when a user is using miniconda, or any custom distribution (i.e. some company made their own distribution using constructor). The menuinst package provides a $DISTRIBUTION_NAME variable, which can be used instead. This will neatly group the git windows shortcut into the same Start Menu folder as the rest of the shortcuts created in that distribution.

The proposed change is to update the menu-windows.json file as:

{
-    "menu_name": "Anaconda${PY_VER} ${PLATFORM}",
+    "menu_name": "${DISTRIBUTION_NAME}",
    "menu_items":
    [
    {
        "name": "Git Bash",
        "script": "${PREFIX}/Library/bin/bash.exe",
        "scriptarguments": ["--login", "-i", "--"],
        "workdir": "${PERSONALDIR}",
        "icon": "${MENU_DIR}/git-for-windows.ico"
    }
    ]
}

As an example of a feedstock that uses this, see spyder

Installed packages

n/a

Environment info

n/a

No PR for v2.24.1

No PR has been created for the 2.24.1 release of git.

What is a little bit weird is that the GitHub repo no longer appears to have a tag/release for v2.24.0, the current conda-forge release of git. Is it possible for the bot that auto-creates PRs to be confused when a release/tag disappears?

Add pcre to git build

The git recipe currently does not include pcre as a dependency. This results in

git grep -P <whatever>

fatal: cannot use Perl-compatible regexes when not compiled with USE_LIBPCRE

We should add pcre as a dependence so that the -P option on commands will work.

Does not read /etc/gitconfig

Solution to issue cannot be found in the documentation.

  • I checked the documentation.

Issue

git installed from conda-forge does not read my /etc/gitconfig file, so config set system-wide (around credential helpers and what not) is ignored. It only reads $PREFIX/etc/gitconfig.

It should really read both!

Installed packages

# packages in environment at /srv/conda/envs/notebook:
#
# Name                    Version                   Build  Channel
_libgcc_mutex             0.1                 conda_forge    conda-forge
_openmp_mutex             4.5                       1_gnu    conda-forge
aiohttp                   3.8.1            py39hb9d737c_1    conda-forge
aiosignal                 1.2.0              pyhd8ed1ab_0    conda-forge
alabaster                 0.7.12                     py_0    conda-forge
alembic                   1.7.5              pyhd8ed1ab_0    conda-forge
alsa-lib                  1.2.3                h516909a_0    conda-forge
altair                    4.2.0              pyhd8ed1ab_1    conda-forge
anyio                     3.4.0            py39hf3d152e_0    conda-forge
aom                       3.3.0                h27087fc_1    conda-forge
appdirs                   1.4.4              pyh9f0ad1d_0    conda-forge
appmode                   0.8.0                    pypi_0    pypi
argon2-cffi               21.1.0           py39h3811e60_2    conda-forge
asciitree                 0.3.3                      py_2    conda-forge
asn1crypto                1.5.1              pyhd8ed1ab_0    conda-forge
asttokens                 2.0.5              pyhd8ed1ab_0    conda-forge
async-timeout             4.0.2              pyhd8ed1ab_0    conda-forge
async_generator           1.10                       py_0    conda-forge
attrs                     21.2.0             pyhd8ed1ab_0    conda-forge
babel                     2.9.1              pyh44b312d_0    conda-forge
backcall                  0.2.0              pyh9f0ad1d_0    conda-forge
backports                 1.0                        py_2    conda-forge
backports.functools_lru_cache 1.6.4              pyhd8ed1ab_0    conda-forge
beautifulsoup4            4.10.0             pyha770c72_0    conda-forge
black                     21.12b0            pyhd8ed1ab_0    conda-forge
blas                      1.1                    openblas    conda-forge
bleach                    4.1.0              pyhd8ed1ab_0    conda-forge
blinker                   1.4                        py_1    conda-forge
blosc                     1.21.0               h9c3ff4c_0    conda-forge
bokeh                     2.4.2            py39hf3d152e_1    conda-forge
boost-cpp                 1.74.0               h6cacc03_7    conda-forge
bqplot                    0.12.32            pyhd8ed1ab_0    conda-forge
branca                    0.4.2              pyhd8ed1ab_0    conda-forge
brotli                    1.0.9                h166bdaf_7    conda-forge
brotli-bin                1.0.9                h166bdaf_7    conda-forge
brotlipy                  0.7.0           py39h3811e60_1003    conda-forge
brunsli                   0.1                  he1b5a44_0    conda-forge
bzip2                     1.0.8                h7f98852_4    conda-forge
c-ares                    1.18.1               h7f98852_0    conda-forge
c-blosc2                  2.0.4                h5f21a17_1    conda-forge
ca-certificates           2021.10.8            ha878542_0    conda-forge
cached-property           1.5.2                hd8ed1ab_1    conda-forge
cached_property           1.5.2              pyha770c72_1    conda-forge
cachetools                5.0.0                    pypi_0    pypi
cairo                     1.16.0            ha12eb4b_1010    conda-forge
cartopy                   0.20.2           py39hf4d5907_2    conda-forge
certifi                   2021.10.8        py39hf3d152e_1    conda-forge
certipy                   0.1.3                      py_0    conda-forge
cffi                      1.15.0           py39h4bc2ebd_0    conda-forge
cfitsio                   4.0.0                h9a35b8e_0    conda-forge
cftime                    1.6.0            py39hd257fcd_1    conda-forge
chardet                   4.0.0            py39hf3d152e_3    conda-forge
charls                    2.3.4                h9c3ff4c_0    conda-forge
charset-normalizer        2.0.9              pyhd8ed1ab_0    conda-forge
click                     7.1.2              pyh9f0ad1d_0    conda-forge
click-completion          0.5.2            py39hf3d152e_3    conda-forge
click-log                 0.3.2              pyh9f0ad1d_0    conda-forge
click-plugins             1.1.1                      py_0    conda-forge
cligj                     0.7.2              pyhd8ed1ab_1    conda-forge
cloudpickle               2.0.0              pyhd8ed1ab_0    conda-forge
colorama                  0.4.4              pyh9f0ad1d_0    conda-forge
conda                     4.12.0           py39hf3d152e_0    conda-forge
conda-package-handling    1.8.1            py39hb9d737c_1    conda-forge
coverage                  6.2              py39h3811e60_0    conda-forge
cryptography              36.0.1           py39h95dcef6_0    conda-forge
curl                      7.82.0               h7bff187_0    conda-forge
cycler                    0.11.0             pyhd8ed1ab_0    conda-forge
cython                    0.29.26          py39he80948d_0    conda-forge
cytoolz                   0.11.2           py39hb9d737c_2    conda-forge
dask                      2022.1.0           pyhd8ed1ab_0    conda-forge
dask-core                 2022.1.0           pyhd8ed1ab_0    conda-forge
dask-labextension         5.2.0              pyhd8ed1ab_0    conda-forge
dataclasses               0.8                pyhc8e2a94_3    conda-forge
dbus                      1.13.18              hb2f20db_0    defaults
debugpy                   1.5.1            py39he80948d_0    conda-forge
decorator                 5.1.0              pyhd8ed1ab_0    conda-forge
defusedxml                0.7.1              pyhd8ed1ab_0    conda-forge
dill                      0.3.4                    pypi_0    pypi
distributed               2022.1.0         py39hf3d152e_0    conda-forge
docker-py                 5.0.3            py39hf3d152e_2    conda-forge
docker-pycreds            0.4.0                      py_0    conda-forge
docutils                  0.16             py39hf3d152e_3    conda-forge
entrypoints               0.3             pyhd8ed1ab_1003    conda-forge
escapism                  1.0.1              pyh9f0ad1d_0    conda-forge
executing                 0.8.3              pyhd8ed1ab_0    conda-forge
expat                     2.4.8                h27087fc_0    conda-forge
fasteners                 0.17.3             pyhd8ed1ab_0    conda-forge
fastprogress              1.0.2              pyhd8ed1ab_0    conda-forge
fiona                     1.8.21           py39hc5a795b_0    conda-forge
flake8                    4.0.1              pyhd8ed1ab_2    conda-forge
folium                    0.12.1.post1       pyhd8ed1ab_1    conda-forge
font-ttf-dejavu-sans-mono 2.37                 hab24e00_0    conda-forge
font-ttf-inconsolata      3.000                h77eed37_0    conda-forge
font-ttf-source-code-pro  2.038                h77eed37_0    conda-forge
font-ttf-ubuntu           0.83                 hab24e00_0    conda-forge
fontconfig                2.14.0               h8e229c2_0    conda-forge
fonts-conda-ecosystem     1                             0    conda-forge
fonts-conda-forge         1                             0    conda-forge
fonttools                 4.32.0           py39hb9d737c_0    conda-forge
fortran-magic             0.7                     py_1001    conda-forge
freetype                  2.11.0               h70c0345_0    defaults
freexl                    1.0.6                h7f98852_0    conda-forge
frozenlist                1.3.0            py39hb9d737c_1    conda-forge
fsspec                    2022.3.0           pyhd8ed1ab_0    conda-forge
gast                      0.4.0              pyh9f0ad1d_0    conda-forge
gdal                      3.4.1            py39h0494519_1    conda-forge
geopandas                 0.10.2             pyhd8ed1ab_1    conda-forge
geopandas-base            0.10.2             pyha770c72_1    conda-forge
geos                      3.10.1               h9c3ff4c_1    conda-forge
geotiff                   1.7.0                h6593c0a_6    conda-forge
gettext                   0.21.0               hf68c758_0    defaults
gh-scoped-creds           2.2                      pypi_0    pypi
giflib                    5.2.1                h516909a_2    conda-forge
git                       2.35.2          pl5321h36853c3_0    conda-forge
git-credential-helpers    0.2                      pypi_0    pypi
gitdb                     4.0.9              pyhd8ed1ab_0    conda-forge
github3-py                3.2.0                    pypi_0    pypi
gitpython                 3.1.27             pyhd8ed1ab_0    conda-forge
glib                      2.70.2               h780b84a_4    conda-forge
glib-tools                2.70.2               h780b84a_4    conda-forge
gmp                       6.2.1                h58526e2_0    conda-forge
gmpy2                     2.1.2            py39h78fa15d_0    conda-forge
google-api-core           2.7.2                    pypi_0    pypi
google-api-python-client  2.44.0                   pypi_0    pypi
google-auth               2.6.5                    pypi_0    pypi
google-auth-httplib2      0.1.0                    pypi_0    pypi
google-auth-oauthlib      0.5.1                    pypi_0    pypi
googleapis-common-protos  1.56.0                   pypi_0    pypi
greenlet                  1.1.2            py39he80948d_1    conda-forge
gspread                   5.3.2                    pypi_0    pypi
gst-plugins-base          1.18.5               hf529b03_3    conda-forge
gstreamer                 1.18.5               h9f60fe5_3    conda-forge
h5netcdf                  0.13.0             pyhd8ed1ab_0    conda-forge
h5py                      3.6.0           nompi_py39h7e08c79_100    conda-forge
hdf4                      4.2.15               h10796ff_3    conda-forge
hdf5                      1.12.1          nompi_h2386368_104    conda-forge
heapdict                  1.0.1                      py_0    conda-forge
httplib2                  0.20.4                   pypi_0    pypi
icu                       69.1                 h9c3ff4c_0    conda-forge
idna                      3.1                pyhd3deb0d_0    conda-forge
imagecodecs               2022.2.22        py39hf577088_0    conda-forge
imageio                   2.16.2             pyhcf75d05_0    conda-forge
imagesize                 1.3.0              pyhd8ed1ab_0    conda-forge
importlib-metadata        4.10.0           py39hf3d152e_0    conda-forge
importlib-resources       3.3.1              pyhd8ed1ab_0    conda-forge
importlib_metadata        4.10.0               hd8ed1ab_0    conda-forge
importlib_resources       5.4.0              pyhd8ed1ab_0    conda-forge
iniconfig                 1.1.1              pyh9f0ad1d_0    conda-forge
intake                    0.6.5              pyhd8ed1ab_0    conda-forge
intake-esm                2021.8.17          pyhd8ed1ab_0    conda-forge
intake-xarray             0.5.0              pyhd8ed1ab_0    conda-forge
ipycanvas                 0.10.2             pyhd8ed1ab_0    conda-forge
ipydatagrid               1.1.8              pyhd8ed1ab_0    conda-forge
ipykernel                 6.6.0            py39hef51801_0    conda-forge
ipympl                    0.8.6              pyhd8ed1ab_0    conda-forge
ipyparallel               8.1.0              pyhd8ed1ab_0    conda-forge
ipython                   8.0.0            py39hf3d152e_0    conda-forge
ipython_genutils          0.2.0                      py_1    conda-forge
ipywidgets                7.6.5              pyhd8ed1ab_0    conda-forge
iso8601                   1.0.2              pyhd8ed1ab_0    conda-forge
jbig                      2.1               h7f98852_2003    conda-forge
jedi                      0.18.1           py39hf3d152e_0    conda-forge
jinja2                    3.0.3              pyhd8ed1ab_0    conda-forge
joblib                    1.1.0              pyhd8ed1ab_0    conda-forge
jpeg                      9e                   h7f98852_0    conda-forge
json-c                    0.15                 h98cffda_0    conda-forge
json5                     0.9.5              pyh9f0ad1d_0    conda-forge
jsonschema                3.2.0              pyhd8ed1ab_3    conda-forge
jupyter-book              0.12.1             pyhd8ed1ab_0    conda-forge
jupyter-cache             0.4.3              pyhd8ed1ab_0    conda-forge
jupyter-contrib-core      0.3.3                    pypi_0    pypi
jupyter-contrib-nbextensions 0.5.1                    pypi_0    pypi
jupyter-desktop-server    0.1.3                    pypi_0    pypi
jupyter-highlight-selected-word 0.2.0                    pypi_0    pypi
jupyter-latex-envs        1.4.6                    pypi_0    pypi
jupyter-nbextensions-configurator 0.4.1                    pypi_0    pypi
jupyter-offlinenotebook   0.2.1              pyhd8ed1ab_0    conda-forge
jupyter-repo2docker       2021.8.0           pyhd8ed1ab_0    conda-forge
jupyter-resource-usage    0.6.1              pyhd8ed1ab_0    conda-forge
jupyter-server-mathjax    0.2.5              pyhc268e32_0    conda-forge
jupyter-server-proxy      3.2.1              pyhd8ed1ab_0    conda-forge
jupyter-sphinx            0.3.2              pyhd8ed1ab_1    conda-forge
jupyter-syncthing-proxy   1.0.1                    pypi_0    pypi
jupyter-tree-download     1.0.1                    pypi_0    pypi
jupyter_bokeh             3.0.4              pyhd8ed1ab_0    conda-forge
jupyter_client            7.1.0              pyhd8ed1ab_0    conda-forge
jupyter_core              4.9.1            py39hf3d152e_1    conda-forge
jupyter_server            1.13.1             pyhd8ed1ab_0    conda-forge
jupyter_telemetry         0.1.0              pyhd8ed1ab_1    conda-forge
jupyterhub                1.5.0                    pypi_0    pypi
jupyterhub-singleuser     1.4.2            py39hf3d152e_0    conda-forge
jupyterlab                3.3.0                    pypi_0    pypi
jupyterlab-drawio         0.9.0              pyhd8ed1ab_0    conda-forge
jupyterlab-favorites      3.0.0              pyhd8ed1ab_0    conda-forge
jupyterlab-geojson        3.2.0              pyhd8ed1ab_0    conda-forge
jupyterlab-git            0.34.2             pyhd8ed1ab_0    conda-forge
jupyterlab-link-share     0.2.4              pyhd8ed1ab_0    conda-forge
jupyterlab-variableinspector 3.0.9              pyhd8ed1ab_0    conda-forge
jupyterlab_pygments       0.1.2              pyh9f0ad1d_0    conda-forge
jupyterlab_server         2.10.1             pyhd8ed1ab_0    conda-forge
jupyterlab_widgets        1.0.2              pyhd8ed1ab_0    conda-forge
jupytext                  1.11.5             pyhd0ecf6b_0    conda-forge
jxrlib                    1.1                  h516909a_2    conda-forge
kealib                    1.4.14               h87e4c3c_3    conda-forge
kiwisolver                1.4.2            py39hf939315_1    conda-forge
krb5                      1.19.2               hcc1bbae_3    conda-forge
latexcodec                2.0.1              pyh9f0ad1d_0    conda-forge
lcms2                     2.12                 hddcbb42_0    conda-forge
ld_impl_linux-64          2.36.1               hea4e1c9_2    conda-forge
lerc                      3.0                  h9c3ff4c_0    conda-forge
libaec                    1.0.6                h9c3ff4c_0    conda-forge
libarchive                3.5.2                hccf745f_1    conda-forge
libavif                   0.9.3                h166bdaf_1    conda-forge
libblas                   3.9.0           14_linux64_openblas    conda-forge
libbrotlicommon           1.0.9                h166bdaf_7    conda-forge
libbrotlidec              1.0.9                h166bdaf_7    conda-forge
libbrotlienc              1.0.9                h166bdaf_7    conda-forge
libcblas                  3.9.0           14_linux64_openblas    conda-forge
libclang                  13.0.1          default_hc23dcda_0    conda-forge
libcurl                   7.82.0               h7bff187_0    conda-forge
libdap4                   3.20.6               hd7c4107_2    conda-forge
libdeflate                1.10                 h7f98852_0    conda-forge
libedit                   3.1.20191231         he28a2e2_2    conda-forge
libev                     4.33                 h516909a_1    conda-forge
libevent                  2.1.10               h9b69904_4    conda-forge
libffi                    3.4.2                h7f98852_5    conda-forge
libgcc-ng                 11.2.0              h1d223b6_11    conda-forge
libgdal                   3.4.1                h30f1481_1    conda-forge
libgfortran-ng            11.2.0              h69a702a_15    conda-forge
libgfortran5              11.2.0              h5c6108e_15    conda-forge
libglib                   2.70.2               h174f98d_4    conda-forge
libgomp                   11.2.0              h1d223b6_11    conda-forge
libiconv                  1.16                 h516909a_0    conda-forge
libkml                    1.3.0             h238a007_1014    conda-forge
liblapack                 3.9.0           14_linux64_openblas    conda-forge
libllvm11                 11.1.0               hf817b99_3    conda-forge
libllvm13                 13.0.1               hf817b99_2    conda-forge
libmamba                  0.19.1               h3985d26_0    conda-forge
libmambapy                0.19.1           py39h8bfa403_0    conda-forge
libnetcdf                 4.8.1           nompi_hb3fd0d9_101    conda-forge
libnghttp2                1.47.0               h727a467_0    conda-forge
libnsl                    2.0.0                h7f98852_0    conda-forge
libogg                    1.3.5                h27cfd23_1    defaults
libopenblas               0.3.20          pthreads_h78a6416_0    conda-forge
libopus                   1.3.1                h7f98852_1    conda-forge
libpng                    1.6.37               hed695b0_2    conda-forge
libpq                     14.2                 hd57d9b9_0    conda-forge
librttopo                 1.1.0                h30b5eef_8    conda-forge
libsodium                 1.0.18               h36c2ea0_1    conda-forge
libsolv                   0.7.22               h6239696_0    conda-forge
libspatialindex           1.9.3                h9c3ff4c_4    conda-forge
libspatialite             5.0.1               hd55babb_13    conda-forge
libssh2                   1.10.0               ha56f1ee_2    conda-forge
libstdcxx-ng              11.2.0              he4da1e4_11    conda-forge
libtiff                   4.3.0                h542a066_3    conda-forge
libuuid                   2.32.1            h7f98852_1000    conda-forge
libuv                     1.42.0               h7f98852_0    conda-forge
libvorbis                 1.3.7                he1b5a44_0    conda-forge
libwebp-base              1.2.2                h7f98852_1    conda-forge
libxcb                    1.13              h7f98852_1004    conda-forge
libxkbcommon              1.0.3                he3ba5ed_0    conda-forge
libxml2                   2.9.12               h885dcf4_1    conda-forge
libzip                    1.8.0                h4de3113_1    conda-forge
libzlib                   1.2.11            h36c2ea0_1013    conda-forge
libzopfli                 1.0.3                he1b5a44_0    conda-forge
linkify-it-py             1.0.3              pyhd8ed1ab_0    conda-forge
llvmlite                  0.38.0           py39h7d9a04d_1    conda-forge
locket                    0.2.1            py39h06a4308_2    defaults
lxml                      4.8.0                    pypi_0    pypi
lz4-c                     1.9.3                h9c3ff4c_1    conda-forge
lzo                       2.10              h516909a_1000    conda-forge
mako                      1.1.6              pyhd8ed1ab_0    conda-forge
mamba                     0.19.1           py39hfa8f2c8_0    conda-forge
mapclassify               2.4.3              pyhd8ed1ab_0    conda-forge
markdown-it-py            1.1.0              pyhd8ed1ab_0    conda-forge
markupsafe                2.0.1            py39h3811e60_1    conda-forge
matplotlib                3.5.1            py39hf3d152e_0    conda-forge
matplotlib-base           3.5.1            py39h2fa2bec_0    conda-forge
matplotlib-inline         0.1.3              pyhd8ed1ab_0    conda-forge
mccabe                    0.6.1                      py_1    conda-forge
mdit-py-plugins           0.2.8              pyhd8ed1ab_0    conda-forge
micro                     2.0.8                ha8f183a_1    conda-forge
mistune                   0.8.4           py39h3811e60_1005    conda-forge
mock                      4.0.3            py39hf3d152e_3    conda-forge
mpc                       1.2.1                h9f54685_0    conda-forge
mpfr                      4.1.0                h9202a9a_1    conda-forge
mpmath                    1.2.1              pyhd8ed1ab_0    conda-forge
msgpack-python            1.0.3            py39hf939315_1    conda-forge
multidict                 6.0.2            py39hb9d737c_1    conda-forge
munch                     2.5.0                      py_0    conda-forge
munkres                   1.1.4              pyh9f0ad1d_0    conda-forge
mypy_extensions           0.4.3            py39hf3d152e_5    conda-forge
mysql-common              8.0.28               haf5c9bc_3    conda-forge
mysql-libs                8.0.28               h28c427c_3    conda-forge
myst-nb                   0.13.1             pyhd8ed1ab_0    conda-forge
myst-parser               0.15.2             pyhd8ed1ab_0    conda-forge
nbclassic                 0.3.4              pyhd8ed1ab_0    conda-forge
nbclient                  0.5.9              pyhd8ed1ab_0    conda-forge
nbconvert                 6.4.0            py39hf3d152e_0    conda-forge
nbdime                    3.1.1              pyhd8ed1ab_0    conda-forge
nbformat                  5.1.3              pyhd8ed1ab_0    conda-forge
nbgitpuller               1.0.2              pyhd8ed1ab_0    conda-forge
ncurses                   6.2                  h58526e2_4    conda-forge
nest-asyncio              1.5.4              pyhd8ed1ab_0    conda-forge
netcdf4                   1.5.8           nompi_py39h64b754b_101    conda-forge
networkx                  2.6.3              pyhd8ed1ab_1    conda-forge
nodejs                    17.1.0               h8ca31f7_2    conda-forge
notebook                  6.4.7              pyha770c72_0    conda-forge
nspr                      4.33                 h295c915_0    defaults
nss                       3.74                 hb5efdd6_0    conda-forge
nteract_on_jupyter        2.1.3                      py_0    conda-forge
numba                     0.55.0           py39h56b8d98_0    conda-forge
numcodecs                 0.9.1            py39he80948d_2    conda-forge
numexpr                   2.8.1            py39hecfb737_0    defaults
numpy                     1.21.5           py39h18676bf_1    conda-forge
oauthlib                  3.1.1              pyhd8ed1ab_0    conda-forge
olefile                   0.46               pyh9f0ad1d_1    conda-forge
openblas                  0.3.20          pthreads_h320a7e8_0    conda-forge
openjpeg                  2.4.0                hb52868f_1    conda-forge
openssl                   1.1.1n               h166bdaf_0    conda-forge
orjson                    3.6.8            py39hb9d737c_0    conda-forge
otter-grader              3.1.4                    pypi_0    pypi
packaging                 21.3               pyhd8ed1ab_0    conda-forge
pamela                    1.0.0                      py_0    conda-forge
pandas                    1.3.5            py39hde0f152_0    conda-forge
pandoc                    2.17.0.1             ha770c72_1    conda-forge
pandocfilters             1.5.0              pyhd8ed1ab_0    conda-forge
parso                     0.8.3              pyhd8ed1ab_0    conda-forge
partd                     1.2.0              pyhd8ed1ab_0    conda-forge
pathspec                  0.9.0              pyhd8ed1ab_0    conda-forge
patsy                     0.5.2              pyhd8ed1ab_0    conda-forge
pcre                      8.45                 h9c3ff4c_0    conda-forge
pcre2                     10.37                h032f7d1_0    conda-forge
pdfkit                    1.0.0                    pypi_0    pypi
pep8                      1.7.1                      py_0    conda-forge
perl                      5.32.1          2_h7f98852_perl5    conda-forge
pexpect                   4.8.0              pyh9f0ad1d_2    conda-forge
pickleshare               0.7.5                   py_1003    conda-forge
pillow                    8.4.0            py39ha612740_0    conda-forge
pip                       21.3.1             pyhd8ed1ab_0    conda-forge
pixman                    0.40.0               h36c2ea0_0    conda-forge
platformdirs              2.5.1              pyhd8ed1ab_0    conda-forge
plotly                    5.5.0              pyhd8ed1ab_0    conda-forge
pluggy                    1.0.0            py39hf3d152e_3    conda-forge
pooch                     1.5.2              pyhd8ed1ab_0    conda-forge
poppler                   21.11.0              ha39eefc_0    conda-forge
poppler-data              0.4.11               hd8ed1ab_0    conda-forge
popularity-contest        0.4.1                    pypi_0    pypi
postgresql                14.2                 h2510834_0    conda-forge
proj                      8.2.1                h277dcde_0    conda-forge
prometheus_client         0.12.0             pyhd8ed1ab_0    conda-forge
prompt-toolkit            3.0.24             pyha770c72_0    conda-forge
protobuf                  3.20.0                   pypi_0    pypi
psutil                    5.8.0            py39h3811e60_2    conda-forge
pthread-stubs             0.4               h36c2ea0_1001    conda-forge
ptyprocess                0.7.0              pyhd3deb0d_0    conda-forge
pure_eval                 0.2.2              pyhd8ed1ab_0    conda-forge
py                        1.11.0             pyh6c4a22f_0    conda-forge
py2vega                   0.6.1              pyhd8ed1ab_0    conda-forge
pyasn1                    0.4.8                    pypi_0    pypi
pyasn1-modules            0.2.8                    pypi_0    pypi
pybind11-abi              4                    hd8ed1ab_3    conda-forge
pybtex                    0.24.0           py39hf3d152e_1    conda-forge
pybtex-docutils           1.0.1            py39hf3d152e_1    conda-forge
pycodestyle               2.8.0              pyhd8ed1ab_0    conda-forge
pycosat                   0.6.3           py39hb9d737c_1010    conda-forge
pycparser                 2.21               pyhd8ed1ab_0    conda-forge
pycurl                    7.44.1           py39h72e3413_1    conda-forge
pydantic                  1.9.0                    pypi_0    pypi
pydata-sphinx-theme       0.7.2              pyhd8ed1ab_0    conda-forge
pyflakes                  2.4.0              pyhd8ed1ab_0    conda-forge
pygments                  2.10.0             pyhd8ed1ab_0    conda-forge
pyjwt                     2.3.0              pyhd8ed1ab_1    conda-forge
pyopenssl                 21.0.0             pyhd8ed1ab_0    conda-forge
pyparsing                 3.0.6              pyhd8ed1ab_0    conda-forge
pypdf2                    1.27.5                   pypi_0    pypi
pyproj                    3.3.0            py39hab5ddba_1    conda-forge
pyqt                      5.12.3           py39hf3d152e_8    conda-forge
pyqt-impl                 5.12.3           py39hde8b62d_8    conda-forge
pyqt5-sip                 4.19.18          py39he80948d_8    conda-forge
pyqtchart                 5.12             py39h0fcd23e_8    conda-forge
pyqtwebengine             5.12.1           py39h0fcd23e_8    conda-forge
pyrsistent                0.18.0           py39h3811e60_0    conda-forge
pyshp                     2.2.0              pyhd8ed1ab_0    conda-forge
pysocks                   1.7.1            py39hf3d152e_4    conda-forge
pytables                  3.6.1            py39h2669a42_5    conda-forge
pytest                    6.2.5            py39hf3d152e_2    conda-forge
pytest-cov                3.0.0              pyhd8ed1ab_0    conda-forge
pytest-notebook           0.6.1              pyhd8ed1ab_2    conda-forge
python                    3.9.9           h62f1059_0_cpython    conda-forge
python-dateutil           2.8.2              pyhd8ed1ab_0    conda-forge
python-json-logger        2.0.1              pyh9f0ad1d_0    conda-forge
python-on-whales          0.41.0                   pypi_0    pypi
python_abi                3.9                      2_cp39    conda-forge
pytz                      2021.3             pyhd8ed1ab_0    conda-forge
pywavelets                1.3.0            py39hd257fcd_1    conda-forge
pyyaml                    6.0              py39hb9d737c_4    conda-forge
pyzmq                     22.3.0           py39h37b5a0c_1    conda-forge
qt                        5.12.9               ha98a1a1_5    conda-forge
readline                  8.1                  h46c0cb4_0    conda-forge
reproc                    14.2.4               h295c915_1    defaults
reproc-cpp                14.2.4               h295c915_1    defaults
requests                  2.27.1             pyhd8ed1ab_0    conda-forge
requests-oauthlib         1.3.1                    pypi_0    pypi
retrolab                  0.3.18                   pypi_0    pypi
rise                      5.7.1                    pypi_0    pypi
rsa                       4.8                      pypi_0    pypi
rtree                     1.0.0            py39hb102c33_1    conda-forge
ruamel.yaml               0.17.17          py39h3811e60_1    conda-forge
ruamel.yaml.clib          0.2.6            py39h3811e60_0    conda-forge
ruamel_yaml               0.15.100         py39h27cfd23_0    defaults
scikit-image              0.19.1           py39hde0f152_0    conda-forge
scikit-learn              1.0.2            py39h4dfa638_0    conda-forge
scipy                     1.7.3            py39hee8e79c_0    conda-forge
seaborn                   0.11.2               hd8ed1ab_0    conda-forge
seaborn-base              0.11.2             pyhd8ed1ab_0    conda-forge
semver                    2.13.0             pyh9f0ad1d_0    conda-forge
send2trash                1.8.0              pyhd8ed1ab_0    conda-forge
setuptools                59.8.0           py39hf3d152e_1    conda-forge
shapely                   1.8.0            py39h98e2149_4    conda-forge
shellingham               1.4.0              pyh44b312d_0    conda-forge
simpervisor               0.4                pyhd8ed1ab_0    conda-forge
six                       1.16.0             pyh6c4a22f_0    conda-forge
smmap                     3.0.5              pyh44b312d_0    conda-forge
snappy                    1.1.8                he1b5a44_3    conda-forge
sniffio                   1.2.0            py39hf3d152e_2    conda-forge
snowballstemmer           2.2.0              pyhd8ed1ab_0    conda-forge
sortedcontainers          2.4.0              pyhd8ed1ab_0    conda-forge
soupsieve                 2.3.1              pyhd8ed1ab_0    conda-forge
sphinx                    4.5.0              pyh6c4a22f_0    conda-forge
sphinx-book-theme         0.1.10             pyhd8ed1ab_0    conda-forge
sphinx-comments           0.0.3              pyh9f0ad1d_0    conda-forge
sphinx-copybutton         0.5.0              pyhd8ed1ab_0    conda-forge
sphinx-external-toc       0.2.3              pyhd8ed1ab_0    conda-forge
sphinx-jupyterbook-latex  0.4.6              pyhd8ed1ab_0    conda-forge
sphinx-multitoc-numbering 0.1.3              pyhd8ed1ab_0    conda-forge
sphinx-panels             0.6.0              pyhd8ed1ab_0    conda-forge
sphinx-thebe              0.0.10             pyhd8ed1ab_0    conda-forge
sphinx-togglebutton       0.2.3              pyhd3deb0d_0    conda-forge
sphinxcontrib-applehelp   1.0.2                      py_0    conda-forge
sphinxcontrib-bibtex      2.2.1              pyhd8ed1ab_0    conda-forge
sphinxcontrib-devhelp     1.0.2                      py_0    conda-forge
sphinxcontrib-htmlhelp    2.0.0              pyhd8ed1ab_0    conda-forge
sphinxcontrib-jsmath      1.0.1                      py_0    conda-forge
sphinxcontrib-qthelp      1.0.3                      py_0    conda-forge
sphinxcontrib-serializinghtml 1.1.5              pyhd8ed1ab_2    conda-forge
sqlalchemy                1.4.29           py39h3811e60_0    conda-forge
sqlite                    3.37.0               h9cd32fc_0    conda-forge
stack_data                0.2.0              pyhd8ed1ab_0    conda-forge
statsd                    3.3.0                    pypi_0    pypi
statsmodels               0.13.1           py39hce5d2b2_0    conda-forge
sympy                     1.9              py39hf3d152e_1    conda-forge
syncthing                 1.18.6               ha8f183a_1    conda-forge
tblib                     1.7.0              pyhd8ed1ab_0    conda-forge
tenacity                  8.0.1              pyhd8ed1ab_0    conda-forge
terminado                 0.12.1           py39hf3d152e_1    conda-forge
testpath                  0.5.0              pyhd8ed1ab_0    conda-forge
threadpoolctl             3.1.0              pyh8a188c0_0    conda-forge
tifffile                  2022.4.8           pyhd8ed1ab_0    conda-forge
tiledb                    2.6.4                h1e4a385_0    conda-forge
tk                        8.6.11               h27826a3_1    conda-forge
toml                      0.10.2             pyhd8ed1ab_0    conda-forge
tomli                     1.2.2              pyhd8ed1ab_0    conda-forge
toolz                     0.11.2             pyhd8ed1ab_0    conda-forge
tornado                   6.1              py39h3811e60_2    conda-forge
tqdm                      4.62.3             pyhd8ed1ab_0    conda-forge
traitlets                 5.1.1              pyhd8ed1ab_0    conda-forge
traittypes                0.2.1              pyh9f0ad1d_2    conda-forge
typed-ast                 1.5.2            py39h3811e60_0    conda-forge
typer                     0.4.1                    pypi_0    pypi
typing-extensions         4.1.1                hd8ed1ab_0    conda-forge
typing_extensions         4.1.1              pyha770c72_0    conda-forge
tzcode                    2022a                h166bdaf_0    conda-forge
tzdata                    2021e                he74cb21_0    conda-forge
uc-micro-py               1.0.1              pyhd8ed1ab_0    conda-forge
unicodedata2              14.0.0           py39hb9d737c_1    conda-forge
uritemplate               4.1.1                    pypi_0    pypi
urllib3                   1.26.7             pyhd8ed1ab_0    conda-forge
wcwidth                   0.2.5              pyh9f0ad1d_2    conda-forge
webencodings              0.5.1                      py_1    conda-forge
websocket-client          1.2.3              pyhd8ed1ab_0    conda-forge
websockify                0.10.0           py39h3811e60_1    conda-forge
wheel                     0.37.1             pyhd8ed1ab_0    conda-forge
widgetsnbextension        3.5.2            py39hf3d152e_1    conda-forge
xarray                    0.20.2             pyhd8ed1ab_0    conda-forge
xerces-c                  3.2.3                h8ce2273_4    conda-forge
xlrd                      2.0.1              pyhd8ed1ab_3    conda-forge
xorg-kbproto              1.0.7             h14c3975_1002    conda-forge
xorg-libice               1.0.10               h516909a_0    conda-forge
xorg-libsm                1.2.3             hd9c2040_1000    conda-forge
xorg-libx11               1.7.2                h7f98852_0    conda-forge
xorg-libxau               1.0.9                h14c3975_0    conda-forge
xorg-libxdmcp             1.1.3                h516909a_0    conda-forge
xorg-libxext              1.3.4                h7f98852_1    conda-forge
xorg-libxrender           0.9.10            h7f98852_1003    conda-forge
xorg-renderproto          0.11.1            h14c3975_1002    conda-forge
xorg-xextproto            7.3.0             h14c3975_1002    conda-forge
xorg-xproto               7.0.31            h14c3975_1007    conda-forge
xyzservices               2022.4.0           pyhd8ed1ab_0    conda-forge
xz                        5.2.5                h516909a_1    conda-forge
yaml                      0.2.5                h7f98852_2    conda-forge
yaml-cpp                  0.6.3                he1b5a44_4    conda-forge
yarl                      1.7.2            py39hb9d737c_2    conda-forge
zarr                      2.11.3             pyhd8ed1ab_0    conda-forge
zeromq                    4.3.4                h9c3ff4c_1    conda-forge
zfp                       0.5.5                h9c3ff4c_8    conda-forge
zict                      2.1.0              pyhd8ed1ab_0    conda-forge
zipp                      3.6.0              pyhd8ed1ab_0    conda-forge
zlib                      1.2.11            h36c2ea0_1013    conda-forge
zstd                      1.5.2                ha95c52a_0    conda-forge

Environment info

(notebook) jovyan@jupyter-yuvipanda:~$ conda info

     active environment : notebook
    active env location : /srv/conda/envs/notebook
            shell level : 1
       user config file : /home/jovyan/.condarc
 populated config files : /srv/conda/.condarc
          conda version : 4.9.2
    conda-build version : not installed
         python version : 3.8.6.final.0
       virtual packages : __glibc=2.27=0
                          __unix=0=0
                          __archspec=1=x86_64
       base environment : /srv/conda  (writable)
           channel URLs : https://conda.anaconda.org/conda-forge/linux-64
                          https://conda.anaconda.org/conda-forge/noarch
                          https://repo.anaconda.com/pkgs/main/linux-64
                          https://repo.anaconda.com/pkgs/main/noarch
                          https://repo.anaconda.com/pkgs/r/linux-64
                          https://repo.anaconda.com/pkgs/r/noarch
          package cache : /srv/conda/pkgs
                          /home/jovyan/.conda/pkgs
       envs directories : /srv/conda/envs
                          /home/jovyan/.conda/envs
               platform : linux-64
             user-agent : conda/4.9.2 requests/2.25.0 CPython/3.8.6 Linux/5.4.144+ ubuntu/18.04.6 glibc/2.27
                UID:GID : 1000:1000
             netrc file : None
           offline mode : False

git svn does not work after installing git

Issue: I have installed git and svn in my anaconda environment with the intent of using it to convert an SVN repository to git. To get this to work, I need the git svn command to work. When I try the command, I get this error

Can't locate SVN/Core.pm in @inc (you may need to install the SVN::Core module) (@inc contains: /projects/python_proj/anaconda2/envs/python_3.6.2_assortment/share/perl5 /projects/python_proj/anaconda2/envs/python_3.6.2_assortment/lib/site_perl/5.26.2/x86_64-linux-thread-multi /projects/python_proj/anaconda2/envs/python_3.6.2_assortment/lib/site_perl/5.26.2 /projects/python_proj/anaconda2/envs/python_3.6.2_assortment/lib/5.26.2/x86_64-linux-thread-multi /projects/python_proj/anaconda2/envs/python_3.6.2_assortment/lib/5.26.2 .) at /projects/python_proj/anaconda2/envs/python_3.6.2_assortment/share/perl5/Git/SVN/Utils.pm line 6.
BEGIN failed--compilation aborted at /projects/python_proj/anaconda2/envs/python_3.6.2_assortment/share/perl5/Git/SVN/Utils.pm line 6.
Compilation failed in require at /projects/python_proj/anaconda2/envs/python_3.6.2_assortment/share/perl5/Git/SVN.pm line 32.
BEGIN failed--compilation aborted at /projects/python_proj/anaconda2/envs/python_3.6.2_assortment/share/perl5/Git/SVN.pm line 32.
Compilation failed in require at /projects/python_proj/anaconda2/envs/python_3.6.2_assortment/libexec/git-core/git-svn line 22.
BEGIN failed--compilation aborted at /projects/python_proj/anaconda2/envs/python_3.6.2_assortment/libexec/git-core/git-svn line 22.

I brought this up on the Google Groups and Ray Donnelly thought it might be possible but tricky. It will involve the addition of a perl script which has been done before. He thought I should bring it up on here so now I have.


Environment (conda list):
$ conda list

# packages in environment at /projects/python_proj/anaconda2/envs/python_3.6.2_assortment:
#
anaconda                  custom                   py36_0  
apr                       1.6.3                he40df45_0    anaconda
ca-certificates           2019.1.23                     0    anaconda
curl                      7.64.1               hbc83047_0    anaconda
cyrus-sasl                2.1.26               h20670df_3    anaconda
expat                     2.2.5                he0dffb1_0    anaconda
git                       2.20.1          pl526hacde149_0    anaconda
krb5                      1.16.1               hc83ff2d_6    anaconda
libcurl                   7.64.1               h20c2e04_0    anaconda
libedit                   3.1.20170329         h6b74fdf_2    anaconda
libgcc-ng                 7.2.0                hdf63c60_3    anaconda
libntlm                   1.4                  h14c3975_2    anaconda
libssh2                   1.8.2                h1ba5d50_0    anaconda
libstdcxx-ng              7.2.0                hdf63c60_3    anaconda
libutf8proc               2.1.1                h14c3975_0    anaconda
lz4-c                     1.8.1.2              h14c3975_0    anaconda
ncurses                   6.1                  hf484d3e_0    anaconda
openssl                   1.0.2p               h14c3975_0    anaconda
perl                      5.26.2               h14c3975_0    anaconda
serf                      1.3.9                hb3b5fc1_0    anaconda
sqlite                    3.24.0               h84994c4_0    anaconda
svn                       1.10.2               h52f66ed_0    anaconda
tk                        8.6.7                hc745277_3    anaconda
assortment-non-modeled-global-variables 1.0                       <pip>
backcall                  0.1.0                     <pip>
certifi                   2016.2.28                py36_0  
certifi                   2018.8.24                 <pip>
cycler                    0.10.0                    <pip>
decorator                 4.1.2                    py36_0  
decorator                 4.3.0                     <pip>
ipython                   6.1.0                    py36_0  
ipython                   6.5.0                     <pip>
ipython_genutils          0.2.0                    py36_0  
jedi                      0.10.2                   py36_2  
jedi                      0.12.1                    <pip>
kiwisolver                1.0.1                     <pip>
matplotlib                3.0.0                     <pip>
mkl                       2017.0.3                      0  
numpy                     1.13.1                   py36_0  
numpy                     1.15.1                    <pip>
pandas                    0.20.3                   py36_0  
pandas                    0.23.4                    <pip>
parso                     0.3.1                     <pip>
path.py                   10.3.1                   py36_0  
pexpect                   4.2.1                    py36_0  
pexpect                   4.6.0                     <pip>
pickleshare               0.7.4                    py36_0  
pip                       19.1.1                    <pip>
pip                       9.0.1                    py36_1  
prompt-toolkit            2.0.4                     <pip>
prompt_toolkit            1.0.15                   py36_0  
ptyprocess                0.5.2                    py36_0  
py4j                      0.10.7                    <pip>
pygments                  2.2.0                    py36_0  
pyodbc                    4.0.24                    <pip>
pyparsing                 2.2.1                     <pip>
pyspark                   2.3.1                     <pip>
python                    3.6.2                         0  
python-dateutil           2.6.1                    py36_0  
python-dateutil           2.7.3                     <pip>
pytz                      2017.2                   py36_0  
pytz                      2018.5                    <pip>
readline                  6.2                           2  
sas7bdat                  2.1.1                     <pip>
scikit-learn              0.19.2                    <pip>
setuptools                36.4.0                   py36_1  
setuptools                40.4.1                    <pip>
simplegeneric             0.8.1                    py36_1  
six                       1.10.0                   py36_0  
six                       1.11.0                    <pip>
sklearn                   0.0                       <pip>
traitlets                 4.3.2                    py36_0  
wcwidth                   0.1.7                    py36_0  
wheel                     0.29.0                   py36_0  
wheel                     0.31.1                    <pip>
xz                        5.2.3                         0  
zlib                      1.2.11                        0 

Details about conda and system ( conda info ):
$ conda info

Current conda install:

             platform : linux-64
        conda version : 4.1.11
    conda-env version : 2.5.2
  conda-build version : 1.21.3
       python version : 2.7.12.final.0
     requests version : 2.10.0
     root environment : /projects/python_proj/anaconda2  (writable)
  default environment : /projects/python_proj/anaconda2/envs/python_3.6.2_assortment
     envs directories : /projects/python_proj/anaconda2/envs
        package cache : /projects/python_proj/anaconda2/pkgs
         channel URLs : https://repo.continuum.io/pkgs/free/linux-64/
                        https://repo.continuum.io/pkgs/free/noarch/
                        https://repo.continuum.io/pkgs/pro/linux-64/
                        https://repo.continuum.io/pkgs/pro/noarch/
          config file : None
         offline mode : False
    is foreign system : False

Should bash completion be auto-activated ?

I see in

# Install completion files
mkdir -p $PREFIX/share/bash-completion/completions
cp contrib/completion/git-completion.bash $PREFIX/share/bash-completion/completions/git

that the bash-completion script in installed to $CONDA_PREFIX/share/bash-completion/completions/git.

Should this script also be added to ${PREFIX}/etc/conda/activate.d/ so that it is automatically sourced when the environment is activated ?
I think that would be a great addition and I'd be happy to submit a PR for that.

Reference: https://docs.conda.io/projects/conda-build/en/latest/resources/activate-scripts.html

Git 2.26.1 is bad?

Issue:
I'm getting a bash: /home/christopher/mc/bin/git: cannot execute binary file: Exec format error (and a similar error from xonsh).


Environment (conda list):

$ conda list
# packages in environment at /home/christopher/mc:
#
# Name                    Version                   Build  Channel
7za                       9.20                 hab24e00_0    conda-forge
_libgcc_mutex             0.1                 conda_forge    conda-forge
_openmp_mutex             4.5                      1_llvm    conda-forge
_r-mutex                  1.0.1               anacondar_1    conda-forge
alabaster                 0.7.12                     py_0    conda-forge
appdirs                   1.4.3                      py_1    conda-forge
asttokens                 1.1.13                   pypi_0    pypi
attrs                     19.3.0                     py_0    conda-forge
babel                     2.8.0                      py_0    conda-forge
backcall                  0.1.0                      py_0    conda-forge
backoff                   1.8.0                      py_0    conda-forge
beautifulsoup4            4.9.0            py37hc8dfbb8_0    conda-forge
black                     19.10b0                  py37_0    conda-forge
bleach                    3.1.4              pyh9f0ad1d_0    conda-forge
bokeh                     2.0.1            py37hc8dfbb8_0    conda-forge
boto3                     1.12.16                    py_0    conda-forge
botocore                  1.15.39            pyh9f0ad1d_0    conda-forge
bwidget                   1.9.14                        0    conda-forge
bzip2                     1.0.8                h516909a_2    conda-forge
ca-certificates           2020.4.5.1           hecc5488_0    conda-forge
cairo                     1.16.0            hcf35c78_1003    conda-forge
cctools                   927.0.2              h5ba7a2e_4    conda-forge
cerberus                  1.3.2                      py_0    conda-forge
certifi                   2020.4.5.1       py37hc8dfbb8_0    conda-forge
cffi                      1.14.0           py37hd463f26_0    conda-forge
chardet                   3.0.4           py37hc8dfbb8_1006    conda-forge
cheap-repr                0.4.1                    pypi_0    pypi
clang                     9.0.1           default_hf57f61e_0    conda-forge
clang_osx-64              9.0.1                h05bbb7f_0    conda-forge
clangxx                   9.0.1           default_hf57f61e_0    conda-forge
clangxx_osx-64            9.0.1                h05bbb7f_0    conda-forge
click                     7.1.1              pyh8c360ce_0    conda-forge
cloudpickle               1.3.0                      py_0    conda-forge
colorama                  0.4.3                      py_0    conda-forge
colorspacious             1.1.2              pyh24bf2e0_0    conda-forge
compiler-rt               9.0.1                h6a512c6_3    conda-forge
compiler-rt_osx-64        9.0.1                h99342c6_3    conda-forge
conda                     4.8.3            py37hc8dfbb8_1    conda-forge
conda-build               3.18.12                  py37_1    conda-forge
conda-forge-pinning       2020.04.15.00.37.28               1    conda-forge
conda-forge-tick          0.0.1                     dev_0    <develop>
conda-package-handling    1.6.0            py37h8f50634_2    conda-forge
conda-smithy              3.4.9.dev339+gd33363b           dev_0    <develop>
cryptography              2.8              py37hb09aad4_2    conda-forge
curl                      7.68.0               h8754def_0    conda-forge
cycler                    0.10.0                     py_2    conda-forge
cytoolz                   0.10.1           py37h516909a_0    conda-forge
dask                      2.12.0                     py_0    conda-forge
dask-core                 2.12.0                     py_0    conda-forge
dbus                      1.13.6               he372182_0    conda-forge
decorator                 4.4.2                      py_0    conda-forge
defusedxml                0.6.0                      py_0    conda-forge
depfinder                 2.3.0                      py_0    conda-forge
distributed               2.5.2+4.geebdf8dd           dev_0    <develop>
doctr                     1.8.0                      py_0    conda-forge
docutils                  0.15.2                   py37_0    conda-forge
entrypoints               0.3             py37hc8dfbb8_1001    conda-forge
et_xmlfile                1.0.1                   py_1001    conda-forge
executing                 0.3.0                    pypi_0    pypi
expat                     2.2.9                he1b5a44_2    conda-forge
feedparser                5.2.1                    py37_1  
fftw                      3.3.8           nompi_h7f3a6c3_1110    conda-forge
filelock                  3.0.10                     py_0    conda-forge
font-ttf-dejavu-sans-mono 2.37                 hab24e00_0    conda-forge
font-ttf-inconsolata      2.001                hab24e00_0    conda-forge
font-ttf-source-code-pro  2.030                hab24e00_0    conda-forge
font-ttf-ubuntu           0.83                 hab24e00_0    conda-forge
fontconfig                2.13.1            h86ecdb6_1001    conda-forge
fonts-conda-forge         1                             0    conda-forge
freetype                  2.10.1               he06d7ca_0    conda-forge
fribidi                   1.0.9                h516909a_0    conda-forge
frozendict                1.2                        py_2    conda-forge
fsspec                    0.7.2                      py_0    conda-forge
future                    0.17.1                   pypi_0    pypi
fuzzywuzzy                0.17.0                     py_0    conda-forge
gdk-pixbuf                2.38.2               h3f25603_3    conda-forge
gettext                   0.19.8.1          hc5be6a0_1002    conda-forge
gfortran_impl_osx-64      7.3.0                hf4212f2_2    conda-forge
gfortran_osx-64           7.3.0                h22b1bf0_9    conda-forge
ghostscript               9.22              hf484d3e_1001    conda-forge
giflib                    5.2.1                h516909a_2    conda-forge
git                       2.26.0          pl526h561ab23_0    conda-forge
github3.py                1.3.0                      py_0    conda-forge
glib                      2.58.3          py37he00f558_1004    conda-forge
glob2                     0.7                        py_0    conda-forge
gmp                       6.2.0                h4a8c4bd_2    conda-forge
gobject-introspection     1.58.2          py37h619baee_1004    conda-forge
graphite2                 1.3.13            he1b5a44_1001    conda-forge
graphviz                  2.42.3               h0511662_0    conda-forge
grayskull                 0.3.1                      py_0    conda-forge
gsl                       2.6                  ha2d443c_0    conda-forge
gst-plugins-base          1.14.5               h0935bb2_2    conda-forge
gstreamer                 1.14.5               h36ae1b5_2    conda-forge
harfbuzz                  2.4.0                h9f30f68_3    conda-forge
heapdict                  1.0.1                      py_0    conda-forge
hub                       2.14.1               h375a9b1_0    conda-forge
icu                       64.2                 he1b5a44_1    conda-forge
idna                      2.9                        py_1    conda-forge
imagemagick               7.0.10_6        pl526ha9fe49d_0    conda-forge
imagesize                 1.2.0                      py_0    conda-forge
importlib-metadata        1.6.0            py37hc8dfbb8_0    conda-forge
importlib_metadata        1.6.0                         0    conda-forge
ipykernel                 5.2.0            py37h43977f1_1    conda-forge
ipython                   7.13.0           py37h5ca1d4c_0    conda-forge
ipython_genutils          0.2.0                      py_1    conda-forge
isl                       0.19                          0    conda-forge
jbig                      2.1               h516909a_2002    conda-forge
jdcal                     1.4.1                      py_0    conda-forge
jedi                      0.17.0           py37hc8dfbb8_0    conda-forge
jinja2                    2.11.1                     py_0    conda-forge
jmespath                  0.9.5                      py_0    conda-forge
jpeg                      9c                h14c3975_1001    conda-forge
json5                     0.9.0                      py_0    conda-forge
jsonschema                3.2.0            py37hc8dfbb8_1    conda-forge
jupyter_client            6.1.3                      py_0    conda-forge
jupyter_core              4.6.3            py37hc8dfbb8_1    conda-forge
jupyterlab                2.0.1                      py_0    conda-forge
jupyterlab_server         1.1.1                      py_0    conda-forge
jwcrypto                  0.6.0                      py_0    conda-forge
kitty                     0.16.0           py37h9ce8a6e_0    conda-forge
kitty-themes              1.0.0                         0    conda-forge
kiwisolver                1.2.0            py37h99015e2_0    conda-forge
krb5                      1.16.4               h1752a42_0    conda-forge
lazyasd                   0.1.4                      py_1    conda-forge
ld64                      450.3                h3c32e8a_4    conda-forge
ld_impl_linux-64          2.34                 h53a641e_0    conda-forge
libarchive                3.3.3             h3a8160c_1008    conda-forge
libblas                   3.8.0               16_openblas    conda-forge
libcanberra               0.30                 h516909a_0    conda-forge
libcblas                  3.8.0               16_openblas    conda-forge
libclang                  9.0.1           default_hde54327_0    conda-forge
libcroco                  0.6.13               h8d621e5_1    conda-forge
libcurl                   7.68.0               h709d2b2_0    conda-forge
libcxx                    10.0.0                        0    conda-forge
libedit                   3.1.20170329      hf8c457e_1001    conda-forge
libffi                    3.2.1             he1b5a44_1007    conda-forge
libgcc-ng                 9.2.0                h24d8f2e_2    conda-forge
libgfortran               4.0.0                         2    conda-forge
libgfortran-ng            7.3.0                hdf63c60_5    conda-forge
libiconv                  1.15              h516909a_1006    conda-forge
liblapack                 3.8.0               16_openblas    conda-forge
liblief                   0.9.0                hf8a498c_1    conda-forge
libllvm9                  9.0.1                hc9558a2_0    conda-forge
libogg                    1.3.2             h516909a_1002    conda-forge
libopenblas               0.3.9                h5ec1e0e_0    conda-forge
libpng                    1.6.37               hed695b0_1    conda-forge
librsvg                   2.48.3               h33a7fed_0    conda-forge
libsodium                 1.0.17               h516909a_0    conda-forge
libsolv                   0.7.11               h8b12597_2    conda-forge
libssh2                   1.8.2                h22169c7_2    conda-forge
libstdcxx-ng              9.2.0                hdf63c60_2    conda-forge
libtiff                   4.1.0                hc3755c2_3    conda-forge
libtool                   2.4.6             h14c3975_1002    conda-forge
libuuid                   2.32.1            h14c3975_1000    conda-forge
libvorbis                 1.3.6                he1b5a44_2    conda-forge
libwebp                   1.0.2                h56121f0_5    conda-forge
libxcb                    1.13              h14c3975_1002    conda-forge
libxkbcommon              0.10.0               he1b5a44_0    conda-forge
libxml2                   2.9.10               hee79883_0    conda-forge
llvm-openmp               10.0.0               hc9558a2_0    conda-forge
locket                    0.2.0                      py_2    conda-forge
lz4-c                     1.9.2                he1b5a44_0    conda-forge
lzo                       2.10              h14c3975_1000    conda-forge
make                      4.3                  h0b31af3_0    conda-forge
mamba                     0.1.2            py37h99015e2_0    conda-forge
markupsafe                1.1.1            py37h8f50634_1    conda-forge
matplotlib                3.2.0                         1    conda-forge
matplotlib-base           3.2.0            py37h250f245_1    conda-forge
mistune                   0.8.4           py37h8f50634_1001    conda-forge
more-itertools            8.2.0                      py_0    conda-forge
mpc                       1.1.0             h4160ff4_1007    conda-forge
mpfr                      4.0.2                h65ac59c_1    conda-forge
msgpack-python            1.0.0            py37h99015e2_1    conda-forge
mypy_extensions           0.4.3            py37hc8dfbb8_1    conda-forge
nameparser                1.0.5                      py_0    conda-forge
nbconvert                 5.6.1            py37hc8dfbb8_1    conda-forge
nbformat                  5.0.4                      py_0    conda-forge
ncurses                   6.1               hf484d3e_1002    conda-forge
ndg-httpsclient           0.5.1                      py_1    conda-forge
networkx                  2.4                        py_0    conda-forge
notebook                  6.0.3                    py37_0    conda-forge
nspr                      4.25                 he1b5a44_0    conda-forge
nss                       3.47                 he751ad9_0    conda-forge
numpy                     1.18.1           py37h8960a57_1    conda-forge
olefile                   0.46                       py_0    conda-forge
openjpeg                  2.3.1                h981e76c_3    conda-forge
openpyxl                  3.0.3                      py_0    conda-forge
openssl                   1.1.1f               h516909a_0    conda-forge
packaging                 20.1                       py_0    conda-forge
pandas                    1.0.3            py37h0da4684_0    conda-forge
pandoc                    2.9.2.1                       0    conda-forge
pandocfilters             1.4.2                      py_1    conda-forge
pango                     1.42.4               h7062337_4    conda-forge
parso                     0.7.0              pyh9f0ad1d_0    conda-forge
partd                     1.1.0                      py_0    conda-forge
patchelf                  0.10                 he1b5a44_0    conda-forge
pathspec                  0.8.0              pyh9f0ad1d_0    conda-forge
pcre                      8.44                 he1b5a44_0    conda-forge
perl                      5.26.2            h516909a_1006    conda-forge
pexpect                   4.8.0            py37hc8dfbb8_1    conda-forge
pickleshare               0.7.5           py37hc8dfbb8_1001    conda-forge
pillow                    7.1.1            py37h718be6c_0    conda-forge
pip                       20.0.2                     py_2    conda-forge
pixman                    0.38.0            h516909a_1003    conda-forge
pkg-config                0.29.2            h516909a_1006    conda-forge
pkginfo                   1.5.0.1                    py_0    conda-forge
pluggy                    0.13.0                   py37_0    conda-forge
poppler                   0.84.0               h9584818_0    conda-forge
poppler-data              0.4.9                         1    conda-forge
progressbar2              3.50.0                     py_2    conda-forge
prometheus_client         0.7.1                      py_0    conda-forge
prompt-toolkit            3.0.5                      py_0    conda-forge
prompt_toolkit            3.0.5                         0    conda-forge
proselint                 0.10.2                   pypi_0    pypi
psutil                    5.7.0            py37h8f50634_1    conda-forge
pthread-stubs             0.4               h14c3975_1001    conda-forge
ptyprocess                0.6.0                   py_1001    conda-forge
py                        1.8.1                      py_0    conda-forge
py-lief                   0.9.0            py37he1b5a44_1    conda-forge
pyasn1                    0.4.8                      py_0    conda-forge
pycosat                   0.6.3           py37h8f50634_1004    conda-forge
pycparser                 2.20                       py_0    conda-forge
pygments                  2.6.1                      py_0    conda-forge
pykerberos                1.2.1            py37h82f1ca6_1    conda-forge
pyopenssl                 19.1.0                     py_1    conda-forge
pyparsing                 2.4.7              pyh9f0ad1d_0    conda-forge
pyqt                      5.12.3           py37hcca6a23_1    conda-forge
pyqt5-sip                 4.19.18                  pypi_0    pypi
pyqtwebengine             5.12.1                   pypi_0    pypi
pyrsistent                0.16.0           py37h8f50634_0    conda-forge
pysocks                   1.7.1            py37hc8dfbb8_1    conda-forge
pytest                    5.3.5                    py37_1    conda-forge
python                    3.7.6           h357f687_4_cpython    conda-forge
python-dateutil           2.8.1                      py_0    conda-forge
python-graphviz           0.13.2                     py_0    conda-forge
python-levenshtein        0.12.0          py37h516909a_1001    conda-forge
python-libarchive-c       2.9                      py37_0    conda-forge
python-utils              2.4.0                      py_0    conda-forge
python_abi                3.7                     1_cp37m    conda-forge
pytz                      2019.3                     py_0    conda-forge
pyyaml                    5.3.1            py37h8f50634_0    conda-forge
pyzmq                     19.0.0           py37hac76be4_1    conda-forge
qt                        5.12.5               hd8c4c69_1    conda-forge
r-base                    3.6.3                h0f68305_1    conda-forge
re-ver                    0.3.6                     dev_0    <develop>
readline                  8.0                  hf8c457e_0    conda-forge
regex                     2020.4.4         py37h8f50634_0    conda-forge
regolith                  0.4.0                     dev_0    <develop>
requests                  2.23.0                   py37_0    conda-forge
requests-mock             1.7.0                      py_0    conda-forge
rever                     0.4.3                    py37_0    conda-forge
ripgrep                   12.0.1               h516909a_1    conda-forge
ruamel.yaml               0.16.6           py37h8f50634_1    conda-forge
ruamel.yaml.clib          0.2.0            py37h8f50634_1    conda-forge
ruamel.yaml.jinja2        0.2.4                      py_1    conda-forge
ruamel_yaml               0.15.80         py37h8f50634_1001    conda-forge
s3transfer                0.3.3            py37hc8dfbb8_1    conda-forge
send2trash                1.5.0                      py_0    conda-forge
setproctitle              1.1.10          py37h8f50634_1002    conda-forge
setuptools                45.2.0                   py37_0    conda-forge
six                       1.14.0                     py_1    conda-forge
snoop                     0.2.2                    pypi_0    pypi
snowballstemmer           2.0.0                      py_0    conda-forge
sortedcontainers          2.1.0                      py_0    conda-forge
soupsieve                 1.9.4            py37hc8dfbb8_1    conda-forge
sphinx                    3.0.1                      py_0    conda-forge
sphinxcontrib-applehelp   1.0.2                      py_0    conda-forge
sphinxcontrib-devhelp     1.0.2                      py_0    conda-forge
sphinxcontrib-htmlhelp    1.0.3                      py_0    conda-forge
sphinxcontrib-jsmath      1.0.1                      py_0    conda-forge
sphinxcontrib-qthelp      1.0.3                      py_0    conda-forge
sphinxcontrib-serializinghtml 1.1.4                      py_0    conda-forge
sqlite                    3.30.1               hcee41ef_0    conda-forge
stdlib-list               0.6.0                    py37_0    conda-forge
streamz                   0.5.2                      py_0    conda-forge
tapi                      1000.10.8            ha1b3eb9_4    conda-forge
tblib                     1.6.0                      py_0    conda-forge
terminado                 0.8.3            py37hc8dfbb8_1    conda-forge
terraform                 0.12.24              h375a9b1_1    conda-forge
testpath                  0.4.4                      py_0    conda-forge
tk                        8.6.10               hed695b0_0    conda-forge
tktable                   2.10                 h008db23_3    conda-forge
toml                      0.10.0                     py_0    conda-forge
toolz                     0.10.0                     py_0    conda-forge
tornado                   6.0.4            py37h8f50634_1    conda-forge
tqdm                      4.45.0             pyh9f0ad1d_0    conda-forge
traitlets                 4.3.3            py37hc8dfbb8_1    conda-forge
typed-ast                 1.4.1            py37h516909a_0    conda-forge
typing_extensions         3.7.4.1          py37hc8dfbb8_3    conda-forge
uritemplate.py            3.0.2                      py_1    conda-forge
urllib3                   1.25.8           py37hc8dfbb8_1    conda-forge
wcwidth                   0.1.9              pyh9f0ad1d_0    conda-forge
webencodings              0.5.1                      py_1    conda-forge
wheel                     0.34.2                     py_1    conda-forge
xkeyboard-config          2.29                 h516909a_0    conda-forge
xonda                     0.9.0                      py_0    conda-forge
xonsh                     0.9.14                   py37_0    conda-forge
xontrib-kitty             0.0.2                      py_0    conda-forge
xorg-kbproto              1.0.7             h14c3975_1002    conda-forge
xorg-libice               1.0.10               h516909a_0    conda-forge
xorg-libsm                1.2.3             h84519dc_1000    conda-forge
xorg-libx11               1.6.9                h516909a_0    conda-forge
xorg-libxau               1.0.9                h14c3975_0    conda-forge
xorg-libxdmcp             1.1.3                h516909a_0    conda-forge
xorg-libxext              1.3.4                h516909a_0    conda-forge
xorg-libxinerama          1.1.4             hf484d3e_1000    conda-forge
xorg-libxpm               3.5.13               h516909a_0    conda-forge
xorg-libxrender           0.9.10            h516909a_1002    conda-forge
xorg-libxt                1.1.5             h516909a_1003    conda-forge
xorg-renderproto          0.11.1            h14c3975_1002    conda-forge
xorg-xextproto            7.3.0             h14c3975_1002    conda-forge
xorg-xproto               7.0.31            h14c3975_1007    conda-forge
xz                        5.2.5                h516909a_0    conda-forge
yaml                      0.2.2                h516909a_1    conda-forge
zeromq                    4.3.2                he1b5a44_2    conda-forge
zict                      2.0.0                      py_0    conda-forge
zipp                      3.1.0                      py_0    conda-forge
zlib                      1.2.11            h516909a_1006    conda-forge
zstd                      1.4.4                h6597ccf_3    conda-forge

Details about conda and system ( conda info ):
$ conda info
     active environment : None
       user config file : /home/christopher/.condarc
 populated config files : /home/christopher/.condarc
          conda version : 4.8.3
    conda-build version : 3.18.12
         python version : 3.7.6.final.0
       virtual packages : __cuda=9.1
                          __glibc=2.23
       base environment : /home/christopher/mc  (writable)
           channel URLs : https://conda.anaconda.org/conda-forge/linux-64
                          https://conda.anaconda.org/conda-forge/noarch
                          https://repo.anaconda.com/pkgs/main/linux-64
                          https://repo.anaconda.com/pkgs/main/noarch
                          https://repo.anaconda.com/pkgs/r/linux-64
                          https://repo.anaconda.com/pkgs/r/noarch
          package cache : /home/christopher/mc/pkgs
                          /home/christopher/.conda/pkgs
       envs directories : /home/christopher/mc/envs
                          /home/christopher/.conda/envs
               platform : linux-64
             user-agent : conda/4.8.3 requests/2.23.0 CPython/3.7.6 Linux/4.4.0-119-generic ubuntu/16.04.6 glibc/2.23
                UID:GID : 1000:1000
             netrc file : None
           offline mode : False

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.