Closed regro-cf-autotick-bot closed 1 year 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.
Processing $SRC_DIR
Added file://$SRC_DIR to build tracker '/tmp/pip-build-tracker-zx6qpsyk'
Created temporary directory: /tmp/pip-modern-metadata-7br0sopt
Preparing metadata (pyproject.toml): started
Running command Preparing metadata (pyproject.toml)
<string>:27: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
!!
********************************************************************************
Requirements should be satisfied by a PEP 517 installer.
If you are using pip, you can try `pip install --use-pep517`.
********************************************************************************
!!
ERROR: Could not find a version that satisfies the requirement cython<3,>=0.29.28 (from versions: none)
ERROR: No matching distribution found for cython<3,>=0.29.28
On the osx arm builds it seems that my cython pin is being overidden and cython>=3 is being installed.
@conda-forge-admin please rerender
@conda-forge-admin, please rerender
Hi! This is the friendly automated conda-forge-webservice.
I tried to rerender for you, but it looks like there was nothing to do.
This message was generated by GitHub actions workflow run https://github.com/conda-forge/cyipopt-feedstock/actions/runs/6283744427.
The win 64 pypy 3.9 fails with:
import: 'cyipopt'
Traceback (most recent call last):
File "D:\bld\cyipopt_1695473128540\test_tmp\run_test.py", line 2, in <module>
import cyipopt
File "D:\bld\cyipopt_1695473128540\_test_env\lib\site-packages\cyipopt\__init__.py", line 13, in <module>
from .ipopt_wrapper import *
File "D:\bld\cyipopt_1695473128540\_test_env\lib\site-packages\cyipopt\ipopt_wrapper.py", line 5, in <module>
from .scipy_interface import IpoptProblemWrapper as CyipoptIpoptProblemWrapper
File "D:\bld\cyipopt_1695473128540\_test_env\lib\site-packages\cyipopt\scipy_interface.py", line 22, in <module>
from scipy import optimize
File "<frozen importlib._bootstrap>", line 1055, in _handle_fromlist
File "D:\bld\cyipopt_1695473128540\_test_env\lib\site-packages\scipy\__init__.py", line 189, in __getattr__
return _importlib.import_module(f'scipy.{name}')
File "D:\bld\cyipopt_1695473128540\_test_env\Lib\importlib\__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
File "<builtin>/frozen importlib._bootstrap_external", line 864, in exec_module
File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
File "D:\bld\cyipopt_1695473128540\_test_env\lib\site-packages\scipy\optimize\__init__.py", line 409, in <module>
from ._optimize import *
File "D:\bld\cyipopt_1695473128540\_test_env\lib\site-packages\scipy\optimize\_optimize.py", line 34, in <module>
from scipy.sparse.linalg import LinearOperator
File "D:\bld\cyipopt_1695473128540\_test_env\lib\site-packages\scipy\sparse\__init__.py", line 276, in <module>
from ._lil import *
File "D:\bld\cyipopt_1695473128540\_test_env\lib\site-packages\scipy\sparse\_lil.py", line 17, in <module>
from . import _csparsetools
TypeError: type 'cython_function_or_method' is not an acceptable base type
Tests failed for cyipopt-1.3.0-py39he3ae8f0_0.conda - moving package to D:\bld\broken
seems like an error importing scipy.
@conda-forge/help-pypy any idea what I might need to do to fix this pypy build?
I hope to make a new release of PyPy soon which will fix this
@conda-forge-admin, please rerender
It is very likely that the current package version for this feedstock is out of date.
Checklist before merging this PR:
license_file
is packagedInformation about this PR:
please add bot automerge
in the title and merge the resulting PR. This command will add our bot automerge feature to your feedstock.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 theconda-forge-admin
add it for you.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 yourconda-forge.yml
. If you encounter issues with this feature please ping the bot teamconda-forge/bot
.Analysis by source code inspection shows a discrepancy between it and the the package's stated requirements in the meta.yaml.
Packages found by source code inspection but not in the meta.yaml:
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. Feel free to drop us a line if there are any issues! This PR was generated by https://github.com/regro/cf-scripts/actions/runs/6283390796, please use this URL for debugging.