ncullen93 / pyBN

Bayesian Networks in Python
MIT License
146 stars 55 forks source link

unable to install pyBN #28

Open tul15251 opened 1 year ago

tul15251 commented 1 year ago

Hi,

I am trying to use this package, but I cannot install it on my system. I could download and unziped the pyBN-master correctly. Then I opened my anaconda prompt and changed the directory to cd /d D:......\pyBN-master. After that I typed python and then typed "from pyBN import" as mentioned in the "Usage" section, but I faced the SyntaxError: invalid syntax

It would be appreciated if anyone could help me.

Best,