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
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
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: