adc-connect / adcc

adcc: Seamlessly connect your program to ADC
https://adc-connect.org
GNU General Public License v3.0
32 stars 19 forks source link

ImportError: cannot import name 'HartreeFockProvider' from 'libadcc' (unknown location) #172

Closed EvGeGr closed 4 months ago

EvGeGr commented 4 months ago

Hello,

when importing adcc I am getting an error:

File "/home/xxx/prog/adcc/adcc/init.py", line 25, in from libadcc import HartreeFockProvider, get_n_threads, set_n_threads ImportError: cannot import name 'HartreeFockProvider' from 'libadcc' (unknown location)

I have ported adcc just by

git clone https://github.com/adc-connect/adcc.git

Is there something missing???

Kind regards, Evgeniy