conda-forge / snowflake-connector-python-feedstock

A conda-smithy repository for snowflake-connector-python.
BSD 3-Clause "New" or "Revised" License
5 stars 14 forks source link

snowflake-connector-python v2.7.1 #96

Closed regro-cf-autotick-bot closed 2 years ago

regro-cf-autotick-bot commented 2 years ago

It is very likely that the current package version for this feedstock is out of date. Notes for merging this PR:

  1. Feel free to push to the bot's branch to update this PR if needed.
  2. The bot will almost always only open one PR per version. Checklist before merging this PR:
    • [ ] Dependencies have been updated if changed: see upstream
    • [ ] Tests have passed
    • [ ] Updated license if changed and license_file is packaged

Note that the bot will stop issuing PRs if more than 3 Version bump PRs generated by the bot are open. If you don't want to package a particular version please close the PR.

NEW: If you want these PRs to be merged automatically, make an issue with code>@conda-forge-admin,</codeplease add bot automerge in the title and merge the resulting PR. This command will add our new bot automerge feature to your feedstock!

If this PR was opened in error or needs to be updated please add the bot-rerun label to this PR. The bot will close this PR and schedule another one. If you do not have permissions to add this label, you can use the phrase code>@<space/conda-forge-admin, please rerun bot in a PR comment to have the conda-forge-admin add it for you.

This PR was created by the regro-cf-autotick-bot. The regro-cf-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. If you would like a local version of this bot, you might consider using rever. Rever is a tool for automating software releases and forms the backbone of the bot's conda-forge PRing capability. Rever is both conda (conda install -c conda-forge rever) and pip (pip install re-ver) installable. Finally, feel free to drop us a line if there are any issues! This PR was generated by https://github.com/regro/autotick-bot/actions/runs/1580154376, please use this URL for debugging

Dependency Analysis

Please note that this analysis is highly experimental. The aim here is to make maintenance easier by inspecting the package's dependencies. Importantly this analysis does not support optional dependencies, please double check those before making changes. If you do not want hinting of this kind ever please add bot: inspection: false to your conda-forge.yml. If you encounter issues with this feature please ping the bot team conda-forge/bot.

Analysis of the source code shows a discrepancy between the library's imports and the package's stated requirements in the meta.yaml.

Packages found by inspection but not in the meta.yaml:

Packages found in the meta.yaml but not found by inspection:

conda-forge-linter commented 2 years ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

hajapy commented 2 years ago

I'm not really sure what's causing all the windows builds to fail. The error is common though and seems related to an absolute path appearing in the egg-info\SOURCES.txt file?

2021-12-14T23:16:35.8298499Z   running egg_info
2021-12-14T23:16:35.8299868Z   writing src\snowflake_connector_python.egg-info\PKG-INFO
2021-12-14T23:16:35.8309914Z   writing dependency_links to src\snowflake_connector_python.egg-info\dependency_links.txt
2021-12-14T23:16:35.8318364Z   writing entry points to src\snowflake_connector_python.egg-info\entry_points.txt
2021-12-14T23:16:35.8323398Z   writing namespace_packages to src\snowflake_connector_python.egg-info\namespace_packages.txt
2021-12-14T23:16:35.8328000Z   writing requirements to src\snowflake_connector_python.egg-info\requires.txt
2021-12-14T23:16:35.8331171Z   writing top-level names to src\snowflake_connector_python.egg-info\top_level.txt
2021-12-14T23:16:35.8469466Z   reading manifest file 'src\snowflake_connector_python.egg-info\SOURCES.txt'
2021-12-14T23:16:35.8490061Z   Traceback (most recent call last):
2021-12-14T23:16:35.8491397Z     File "D:\bld\snowflake-connector-python_1639523339679\_h_env\lib\site-packages\pip\_vendor\pep517\in_process\_in_process.py", line 363, in <module>
2021-12-14T23:16:35.8494931Z       main()
2021-12-14T23:16:35.8497394Z     File "D:\bld\snowflake-connector-python_1639523339679\_h_env\lib\site-packages\pip\_vendor\pep517\in_process\_in_process.py", line 345, in main
2021-12-14T23:16:35.8498624Z       json_out['return_val'] = hook(**hook_input['kwargs'])
2021-12-14T23:16:35.8500286Z     File "D:\bld\snowflake-connector-python_1639523339679\_h_env\lib\site-packages\pip\_vendor\pep517\in_process\_in_process.py", line 261, in build_wheel
2021-12-14T23:16:35.8501722Z       return _build_backend().build_wheel(wheel_directory, config_settings,
2021-12-14T23:16:35.8503020Z     File "D:\bld\snowflake-connector-python_1639523339679\_h_env\lib\site-packages\setuptools\build_meta.py", line 230, in build_wheel
2021-12-14T23:16:35.8504302Z       return self._build_with_temp_dir(['bdist_wheel'], '.whl',
2021-12-14T23:16:35.8506860Z     File "D:\bld\snowflake-connector-python_1639523339679\_h_env\lib\site-packages\setuptools\build_meta.py", line 215, in _build_with_temp_dir
2021-12-14T23:16:35.8508193Z       self.run_setup()
2021-12-14T23:16:35.8511314Z     File "D:\bld\snowflake-connector-python_1639523339679\_h_env\lib\site-packages\setuptools\build_meta.py", line 267, in run_setup
2021-12-14T23:16:35.8512613Z       super(_BuildMetaLegacyBackend,
2021-12-14T23:16:35.8513766Z     File "D:\bld\snowflake-connector-python_1639523339679\_h_env\lib\site-packages\setuptools\build_meta.py", line 158, in run_setup
2021-12-14T23:16:35.8517705Z       exec(compile(code, __file__, 'exec'), locals())
2021-12-14T23:16:35.8518621Z     File "setup.py", line 185, in <module>
2021-12-14T23:16:35.8519931Z       setup(
2021-12-14T23:16:35.8521174Z     File "D:\bld\snowflake-connector-python_1639523339679\_h_env\lib\site-packages\setuptools\__init__.py", line 153, in setup
2021-12-14T23:16:35.8522316Z       return distutils.core.setup(**attrs)
2021-12-14T23:16:35.8523475Z     File "D:\bld\snowflake-connector-python_1639523339679\_h_env\lib\distutils\core.py", line 148, in setup
2021-12-14T23:16:35.8524688Z       dist.run_commands()
2021-12-14T23:16:35.8526650Z     File "D:\bld\snowflake-connector-python_1639523339679\_h_env\lib\distutils\dist.py", line 966, in run_commands
2021-12-14T23:16:35.8528208Z       self.run_command(cmd)
2021-12-14T23:16:35.8529317Z     File "D:\bld\snowflake-connector-python_1639523339679\_h_env\lib\distutils\dist.py", line 985, in run_command
2021-12-14T23:16:35.8530665Z       cmd_obj.run()
2021-12-14T23:16:35.8533404Z     File "D:\bld\snowflake-connector-python_1639523339679\_h_env\lib\site-packages\wheel\bdist_wheel.py", line 335, in run
2021-12-14T23:16:35.8534490Z       self.run_command('install')
2021-12-14T23:16:35.8536560Z     File "D:\bld\snowflake-connector-python_1639523339679\_h_env\lib\distutils\cmd.py", line 313, in run_command
2021-12-14T23:16:35.8538002Z       self.distribution.run_command(command)
2021-12-14T23:16:35.8538839Z     File "D:\bld\snowflake-connector-python_1639523339679\_h_env\lib\distutils\dist.py", line 985, in run_command
2021-12-14T23:16:35.8545694Z       cmd_obj.run()
2021-12-14T23:16:35.8547202Z     File "D:\bld\snowflake-connector-python_1639523339679\_h_env\lib\site-packages\setuptools\command\install.py", line 68, in run
2021-12-14T23:16:35.8548486Z       return orig.install.run(self)
2021-12-14T23:16:35.8549859Z     File "D:\bld\snowflake-connector-python_1639523339679\_h_env\lib\distutils\command\install.py", line 580, in run
2021-12-14T23:16:35.8551030Z       self.run_command(cmd_name)
2021-12-14T23:16:35.8552376Z     File "D:\bld\snowflake-connector-python_1639523339679\_h_env\lib\distutils\cmd.py", line 313, in run_command
2021-12-14T23:16:35.8553484Z       self.distribution.run_command(command)
2021-12-14T23:16:35.8554920Z     File "D:\bld\snowflake-connector-python_1639523339679\_h_env\lib\distutils\dist.py", line 985, in run_command
2021-12-14T23:16:35.8556536Z       cmd_obj.run()
2021-12-14T23:16:35.8558071Z     File "D:\bld\snowflake-connector-python_1639523339679\_h_env\lib\site-packages\setuptools\command\install_egg_info.py", line 34, in run
2021-12-14T23:16:35.8560187Z       self.run_command('egg_info')
2021-12-14T23:16:35.8561639Z     File "D:\bld\snowflake-connector-python_1639523339679\_h_env\lib\distutils\cmd.py", line 313, in run_command
2021-12-14T23:16:35.8562884Z       self.distribution.run_command(command)
2021-12-14T23:16:35.8564023Z     File "D:\bld\snowflake-connector-python_1639523339679\_h_env\lib\distutils\dist.py", line 985, in run_command
2021-12-14T23:16:35.8568737Z       cmd_obj.run()
2021-12-14T23:16:35.8573379Z     File "D:\bld\snowflake-connector-python_1639523339679\_h_env\lib\site-packages\setuptools\command\egg_info.py", line 299, in run
2021-12-14T23:16:35.8574433Z       self.find_sources()
2021-12-14T23:16:35.8575715Z     File "D:\bld\snowflake-connector-python_1639523339679\_h_env\lib\site-packages\setuptools\command\egg_info.py", line 306, in find_sources
2021-12-14T23:16:35.8576872Z       mm.run()
2021-12-14T23:16:35.8577702Z     File "D:\bld\snowflake-connector-python_1639523339679\_h_env\lib\site-packages\setuptools\command\egg_info.py", line 541, in run
2021-12-14T23:16:35.8581648Z       self.add_defaults()
2021-12-14T23:16:35.8582952Z     File "D:\bld\snowflake-connector-python_1639523339679\_h_env\lib\site-packages\setuptools\command\egg_info.py", line 585, in add_defaults
2021-12-14T23:16:35.8585231Z       self.read_manifest()
2021-12-14T23:16:35.8588222Z     File "D:\bld\snowflake-connector-python_1639523339679\_h_env\lib\site-packages\setuptools\command\sdist.py", line 195, in read_manifest
2021-12-14T23:16:35.8590684Z       self.filelist.append(line)
2021-12-14T23:16:35.8592483Z     File "D:\bld\snowflake-connector-python_1639523339679\_h_env\lib\site-packages\setuptools\command\egg_info.py", line 483, in append
2021-12-14T23:16:35.8593494Z       path = convert_path(item)
2021-12-14T23:16:35.8595323Z     File "D:\bld\snowflake-connector-python_1639523339679\_h_env\lib\distutils\util.py", line 124, in convert_path
2021-12-14T23:16:35.8599930Z       raise ValueError("path '%s' cannot be absolute" % pathname)
2021-12-14T23:16:35.8601310Z   ValueError: path '/home/user/snowflake-connector-python/src/snowflake/connector/arrow_iterator.cpp' cannot be absolute
2021-12-14T23:16:36.0156798Z   Building wheel for snowflake-connector-python (pyproject.toml): finished with status 'error'
2021-12-14T23:16:36.0171198Z   ERROR: Failed building wheel for snowflake-connector-python
2021-12-14T23:16:36.0195022Z ERROR: Could not build wheels for snowflake-connector-python, which is required to install pyproject.toml-based projects
2021-12-14T23:16:36.0196145Z Failed to build snowflake-connector-python