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
Hi everyone
When testing the binary rf-score-vs, this error shows up:
Traceback (most recent call last):
File "./rf-score-vs", line 119, in
sf = scorer.load(score_file)
File "/mypath/miniconda3/envs/RFScore/lib/python2.7/site-packages/oddt/scoring/init.py", line 362, in load
out = pickle.load(f, **kwargs)
ImportError: No module named _forest
The text was updated successfully, but these errors were encountered:
Hi everyone
When testing the binary rf-score-vs, this error shows up:
Traceback (most recent call last):
File "./rf-score-vs", line 119, in
sf = scorer.load(score_file)
File "/mypath/miniconda3/envs/RFScore/lib/python2.7/site-packages/oddt/scoring/init.py", line 362, in load
out = pickle.load(f, **kwargs)
ImportError: No module named _forest
The text was updated successfully, but these errors were encountered: