You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
** Dynesty version **
2.1.4. From Arch Linux's AUR package, which builds and installs with source files.
Describe the bug
During build (python -m build --wheel --no-isolation), I run into an error:
Traceback (most recent call last):
File "/usr/lib/python3.13/site-packages/pyproject_hooks/_in_process/_in_process.py", line 389, in <module>
main()
~~~~^^
File "/usr/lib/python3.13/site-packages/pyproject_hooks/_in_process/_in_process.py", line 373, in main
json_out["return_val"] = hook(**hook_input["kwargs"])
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.13/site-packages/pyproject_hooks/_in_process/_in_process.py", line 143, in get_requires_for_build_wheel
return hook(config_settings)
File "/usr/lib/python3.13/site-packages/setuptools/build_meta.py", line 332, in get_requires_for_build_wheel
return self._get_build_requires(config_settings, requirements=[])
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.13/site-packages/setuptools/build_meta.py", line 302, in _get_build_requires
self.run_setup()
~~~~~~~~~~~~~~^^
File "/usr/lib/python3.13/site-packages/setuptools/build_meta.py", line 516, in run_setup
super().run_setup(setup_script=setup_script)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.13/site-packages/setuptools/build_meta.py", line 318, in run_setup
exec(code, locals())
~~~~^^^^^^^^^^^^^^^^
File "<string>", line 24, in <module>
AttributeError: module 'pypandoc' has no attribute 'convert'
** Dynesty output **
Irrelevant, this is a installation issue.
Bug
Additional context
I guess most users don't have pypandoc installed thus haven't run into this issue. And I have pypandoc installed recently thus haven't run into it until now.
The text was updated successfully, but these errors were encountered:
** Dynesty version **
2.1.4. From Arch Linux's AUR package, which builds and installs with source files.
Describe the bug
During build (
python -m build --wheel --no-isolation
), I run into an error:Which points to this line in code:
dynesty/setup.py
Line 24 in 55d93d0
This
pypandoc.convert
method was removed (see JessicaTegner/pypandoc@3e296b7#diff-260af425b84a1eb4003b6bd017e57110226490652c6e97633dc33ce75359face), and thus the code here needs a fix as well.Setup
Irrelevant, this is a installation issue.
** Dynesty output **
Irrelevant, this is a installation issue.
Bug
Additional context
I guess most users don't have pypandoc installed thus haven't run into this issue. And I have pypandoc installed recently thus haven't run into it until now.
The text was updated successfully, but these errors were encountered: