Open bhomass opened 4 years ago
since I don't see the tools, I did python mlnlearn.py like it said in issue 24, but I get
File "/home/bruce/anaconda3/envs/pracmln/lib/python3.6/site-packages/pracmln/mln/learning/bpll.py", line 41, in
This I don't know how to work around. it's in the bpll.py code. There is a try exception section importing either mpmath or math. what can be wrong there?
you can go to pracmln --> mln --> util.py
then change line 42 "USE_MPMATH = True
" to "USE_MPMATH = False
"
Note: I have downloaded the whole project and import everything manually Environment: Python: 3.6.9 OS: Windows 10 With anaconda
@Ab-Abdurrahman
I went thru the git clone and python setup.py install steps. no errors, but there is no apps subdirectory, and mlnquery and mlnlearn are not found any where.
How to get those built or downloaded?