Coder Social home page Coder Social logo

pymongoarrow-feedstock's Introduction

About pymongoarrow-feedstock

Feedstock license: BSD-3-Clause

Home: https://pypi.org/project/pymongoarrow/

Package license: Apache-2.0

Summary: Tools for using NumPy, Pandas and PyArrow with MongoDB

Current build status

Azure
VariantStatus
linux_64_libarrow12numpy1.22python3.10.____cpython variant
linux_64_libarrow12numpy1.22python3.8.____cpython variant
linux_64_libarrow12numpy1.22python3.9.____cpython variant
linux_64_libarrow12numpy1.23python3.11.____cpython variant
linux_64_libarrow12numpy1.26python3.12.____cpython variant
linux_64_libarrow13numpy1.22python3.10.____cpython variant
linux_64_libarrow13numpy1.22python3.8.____cpython variant
linux_64_libarrow13numpy1.22python3.9.____cpython variant
linux_64_libarrow13numpy1.23python3.11.____cpython variant
linux_64_libarrow13numpy1.26python3.12.____cpython variant
linux_64_libarrow14numpy1.22python3.10.____cpython variant
linux_64_libarrow14numpy1.22python3.8.____cpython variant
linux_64_libarrow14numpy1.22python3.9.____cpython variant
linux_64_libarrow14numpy1.23python3.11.____cpython variant
linux_64_libarrow14numpy1.26python3.12.____cpython variant
linux_64_libarrow15numpy1.22python3.10.____cpython variant
linux_64_libarrow15numpy1.22python3.8.____cpython variant
linux_64_libarrow15numpy1.22python3.9.____cpython variant
linux_64_libarrow15numpy1.23python3.11.____cpython variant
linux_64_libarrow15numpy1.26python3.12.____cpython variant
osx_64_libarrow12numpy1.22python3.10.____cpython variant
osx_64_libarrow12numpy1.22python3.8.____cpython variant
osx_64_libarrow12numpy1.22python3.9.____cpython variant
osx_64_libarrow12numpy1.23python3.11.____cpython variant
osx_64_libarrow12numpy1.26python3.12.____cpython variant
osx_64_libarrow13numpy1.22python3.10.____cpython variant
osx_64_libarrow13numpy1.22python3.8.____cpython variant
osx_64_libarrow13numpy1.22python3.9.____cpython variant
osx_64_libarrow13numpy1.23python3.11.____cpython variant
osx_64_libarrow13numpy1.26python3.12.____cpython variant
osx_64_libarrow14numpy1.22python3.10.____cpython variant
osx_64_libarrow14numpy1.22python3.8.____cpython variant
osx_64_libarrow14numpy1.22python3.9.____cpython variant
osx_64_libarrow14numpy1.23python3.11.____cpython variant
osx_64_libarrow14numpy1.26python3.12.____cpython variant
osx_64_libarrow15numpy1.22python3.10.____cpython variant
osx_64_libarrow15numpy1.22python3.8.____cpython variant
osx_64_libarrow15numpy1.22python3.9.____cpython variant
osx_64_libarrow15numpy1.23python3.11.____cpython variant
osx_64_libarrow15numpy1.26python3.12.____cpython variant
win_64_libarrow12numpy1.22python3.10.____cpython variant
win_64_libarrow12numpy1.22python3.8.____cpython variant
win_64_libarrow12numpy1.22python3.9.____cpython variant
win_64_libarrow12numpy1.23python3.11.____cpython variant
win_64_libarrow12numpy1.26python3.12.____cpython variant
win_64_libarrow13numpy1.22python3.10.____cpython variant
win_64_libarrow13numpy1.22python3.8.____cpython variant
win_64_libarrow13numpy1.22python3.9.____cpython variant
win_64_libarrow13numpy1.23python3.11.____cpython variant
win_64_libarrow13numpy1.26python3.12.____cpython variant
win_64_libarrow14numpy1.22python3.10.____cpython variant
win_64_libarrow14numpy1.22python3.8.____cpython variant
win_64_libarrow14numpy1.22python3.9.____cpython variant
win_64_libarrow14numpy1.23python3.11.____cpython variant
win_64_libarrow14numpy1.26python3.12.____cpython variant
win_64_libarrow15numpy1.22python3.10.____cpython variant
win_64_libarrow15numpy1.22python3.8.____cpython variant
win_64_libarrow15numpy1.22python3.9.____cpython variant
win_64_libarrow15numpy1.23python3.11.____cpython variant
win_64_libarrow15numpy1.26python3.12.____cpython variant

Current release info

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

Installing pymongoarrow

Installing pymongoarrow 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, pymongoarrow can be installed with conda:

conda install pymongoarrow

or with mamba:

mamba install pymongoarrow

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

conda search pymongoarrow --channel conda-forge

or with mamba:

mamba search pymongoarrow --channel conda-forge

Alternatively, mamba repoquery may provide more information:

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

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

# List dependencies of `pymongoarrow`:
mamba repoquery depends pymongoarrow --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 pymongoarrow-feedstock

If you would like to improve the pymongoarrow 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/pymongoarrow-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

pymongoarrow-feedstock's People

Contributors

blink1073 avatar conda-forge-admin avatar conda-forge-curator[bot] avatar github-actions[bot] avatar h-vetinari avatar regro-cf-autotick-bot avatar xhochy avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

pymongoarrow-feedstock's Issues

DLL load failed while importing lib

Solution to issue cannot be found in the documentation.

  • I checked the documentation.

Issue

Traceback (most recent call last):
File "C:\01-Codes\AHM_STN_partial\data_scraper\main.py", line 18, in
from pymongoarrow.api import Schema
File "C:\ProgramData\Miniconda3\envs\AHM_STN_partial\lib\site-packages\pymongoarrow\api.py", line 26, in
from pymongoarrow.context import PyMongoArrowContext
File "C:\ProgramData\Miniconda3\envs\AHM_STN_partial\lib\site-packages\pymongoarrow\context.py", line 16, in
from pymongoarrow.lib import (
ImportError: DLL load failed while importing lib: The specified module could not be found.

Installed packages

# Name                    Version                   Build  Channel
abseil-cpp                20210324.2           h0e60522_0    conda-forge
arrow-cpp                 7.0.0           py39h03a2cc7_5_cpu    conda-forge
aws-c-cal                 0.5.11               he19cf47_0    conda-forge
aws-c-common              0.6.2                h8ffe710_0    conda-forge
aws-c-event-stream        0.2.7               h70e1b0c_13    conda-forge
aws-c-io                  0.10.5               h2fe331c_0    conda-forge
aws-checksums             0.1.11               h1e232aa_7    conda-forge
aws-sdk-cpp               1.8.186              hb0612c5_3    conda-forge
blas                      1.0                         mkl
bottleneck                1.3.4            py39h080aedc_0
brotli-python             1.0.9            py39h415ef7b_7    conda-forge
bzip2                     1.0.8                h8ffe710_4    conda-forge
c-ares                    1.18.1               h8ffe710_0    conda-forge
ca-certificates           2021.10.8            h5b45459_0    conda-forge
certifi                   2021.10.8        py39hcbf5309_2    conda-forge
click                     8.0.4            py39haa95532_0
colorama                  0.4.4              pyhd3eb1b0_0
dash                      1.19.0             pyhd3eb1b0_0
dash-bootstrap-components 0.9.0                      py_0    conda-forge
dash-core-components      1.15.0                   pypi_0    pypi
dash-daq                  0.5.0                    pypi_0    pypi
dash-html-components      1.1.2                    pypi_0    pypi
dash-renderer             1.9.0                    pypi_0    pypi
dash-table                4.11.2                   pypi_0    pypi
dataclasses               0.8                pyh6d0b6a4_7
flask                     2.0.3              pyhd3eb1b0_0
flask-compress            1.10.1             pyhd3eb1b0_0
future                    0.18.2           py39haa95532_1
gflags                    2.2.2             ha925a31_1004    conda-forge
glog                      0.6.0                h4797de2_0    conda-forge
grpc-cpp                  1.43.2               he33f7c1_3    conda-forge
intel-openmp              2021.4.0          haa95532_3556
itsdangerous              2.0.1              pyhd3eb1b0_0
jinja2                    3.0.3              pyhd3eb1b0_0
krb5                      1.19.3               h1176d77_0    conda-forge
libbrotlicommon           1.0.9                h8ffe710_7    conda-forge
libbrotlidec              1.0.9                h8ffe710_7    conda-forge
libbrotlienc              1.0.9                h8ffe710_7    conda-forge
libbson                   1.21.1               h0e60522_0    conda-forge
libcrc32c                 1.1.2                h0e60522_0    conda-forge
libcurl                   7.83.0               h789b8ee_0    conda-forge
libgoogle-cloud           1.36.0               h7f3f1e6_0    conda-forge
libprotobuf               3.19.4               h7755175_0    conda-forge
libssh2                   1.10.0               h680486a_2    conda-forge
libthrift                 0.16.0               h636ae23_1    conda-forge
libutf8proc               2.7.0                hcb41399_0    conda-forge
libzlib                   1.2.11            h8ffe710_1014    conda-forge
lz4-c                     1.9.3                h8ffe710_1    conda-forge
markupsafe                2.0.1            py39h2bbff1b_0
mkl                       2021.4.0           haa95532_640
mkl-service               2.4.0            py39h2bbff1b_0
mkl_fft                   1.3.1            py39h277e83a_0
mkl_random                1.2.2            py39hf11a4ad_0
mongoengine               0.24.0           py39hcbf5309_0    conda-forge
numexpr                   2.8.1            py39hb80d3ca_0
numpy                     1.21.5           py39h7a0a035_2
numpy-base                1.21.5           py39hca35cd5_2
openssl                   1.1.1o               h8ffe710_0    conda-forge
packaging                 21.3               pyhd3eb1b0_0
pandas                    1.4.1            py39hd77b12b_1
parquet-cpp               1.5.1                         2    conda-forge
pip                       21.2.4           py39haa95532_0
plotly                    5.6.0              pyhd3eb1b0_0
pyarrow                   7.0.0                    pypi_0    pypi
pymongo                   3.12.0           py39hd77b12b_0
pymongoarrow              0.4.0            py39h415ef7b_0    conda-forge
pyparsing                 3.0.4              pyhd3eb1b0_0
python                    3.9.12               h6244533_0
python-dateutil           2.8.2              pyhd3eb1b0_0
python_abi                3.9                      2_cp39    conda-forge
pytz                      2021.3             pyhd3eb1b0_0
pyyaml                    6.0              py39h2bbff1b_1
re2                       2022.02.01           h0e60522_0    conda-forge
setuptools                61.2.0           py39haa95532_0
six                       1.16.0             pyhd3eb1b0_1
snappy                    1.1.9                h82413e6_0    conda-forge
sqlite                    3.38.3               h2bbff1b_0
tenacity                  8.0.1            py39haa95532_0
tzdata                    2022a                hda174b7_0
vc                        14.2                 h21ff451_1
vs2015_runtime            14.27.29016          h5e58377_2
werkzeug                  2.0.3              pyhd3eb1b0_0
wheel                     0.37.1             pyhd3eb1b0_0
wincertstore              0.2              py39haa95532_2
xz                        5.2.5                h62dcd97_1    conda-forge
yaml                      0.2.5                he774522_0
zlib                      1.2.11            h8ffe710_1014    conda-forge
zstd                      1.5.2                h6255e5f_0    conda-forge

Environment info

active environment : AHM_STN_partial
    active env location : C:\ProgramData\Miniconda3\envs\AHM_STN_partial
            shell level : 1
       user config file : C:\Users\chungan\.condarc
 populated config files : C:\Users\chungan\.condarc
          conda version : 4.10.3
    conda-build version : not installed
         python version : 3.9.5.final.0
       virtual packages : __win=0=0
                          __archspec=1=x86_64
       base environment : C:\ProgramData\Miniconda3  (read only)
      conda av data dir : C:\ProgramData\Miniconda3\etc\conda
  conda av metadata url : None
           channel URLs : https://repo.anaconda.com/pkgs/main/win-64
                          https://repo.anaconda.com/pkgs/main/noarch
                          https://repo.anaconda.com/pkgs/r/win-64
                          https://repo.anaconda.com/pkgs/r/noarch
                          https://repo.anaconda.com/pkgs/msys2/win-64
                          https://repo.anaconda.com/pkgs/msys2/noarch
                          https://conda.anaconda.org/conda-forge/win-64
                          https://conda.anaconda.org/conda-forge/noarch
          package cache : C:\ProgramData\Miniconda3\pkgs
                          C:\Users\chungan\.conda\pkgs
                          C:\Users\chungan\AppData\Local\conda\conda\pkgs
       envs directories : C:\Users\chungan\.conda\envs
                          C:\ProgramData\Miniconda3\envs
                          C:\Users\chungan\AppData\Local\conda\conda\envs
               platform : win-64
             user-agent : conda/4.10.3 requests/2.25.1 CPython/3.9.5 Windows/10 Windows/10.0.19044
          administrator : False
             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.