-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AttributeError: module 'sys' has no attribute 'frozen' #2
Comments
Hi @holeung, |
Hi @mwojcikowski |
I solved this problem when I set the python 2.7 // the pyinstaller, sklearn-compiledtrees, oddt descrived in the binary implementation details and licensing. Further, I run the rf-score-vs_linux.sh. |
Having the same problems here on windows and CentOS. On the other hand, it seems this hasn't been touched since 6 years. Does this mean this method has been implemented somewhere else? |
Hello,
I am trying to run the binary using the latest version of oddt, anaconda, and relevant packages (rdkit, openbabel). I am receiving the following error:
File "/local_programs/rfscorevs/rf-score-vs", line 117, in
score_file = path_join(sys._MEIPASS if sys.frozen else dirname(abspath(file)), 'RFScoreVS_v2_vina.pickle')
AttributeError: module 'sys' has no attribute 'frozen'
The text was updated successfully, but these errors were encountered: