Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

forte error #282

Open
chburger opened this issue Jan 15, 2022 · 1 comment
Open

forte error #282

chburger opened this issue Jan 15, 2022 · 1 comment

Comments

@chburger
Copy link

I see an error when I import forte.

firefly:~/src/forte/forte> python3
Python 3.9.9 | packaged by conda-forge | (main, Dec 20 2021, 02:40:17)
[GCC 9.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.

import psi4
import forte
Traceback (most recent call last):
File "", line 1, in
File "/home/burger/src/forte/forte/init.py", line 61, in
forte_options.push_options_to_psi4(psi_options)
TypeError: push_options_to_psi4(): incompatible function arguments. The following argument types are supported:
1. (self: forte._forte.ForteOptions, arg0: psi::Options) -> None

@JonathonMisiewicz
Copy link
Contributor

Thanks for the report. I ran into this issue today myself. To fix this reliably, you need to install ambit and Psi4 from scratch.

This is a limitation of the pybind dependency and not something we can fix, sadly: pybind/pybind11#3793

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants