Skip to content
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

IOError: No such file or directory: 'predictionstemp' #8

Open
srujana-tak opened this issue May 8, 2019 · 3 comments
Open

IOError: No such file or directory: 'predictionstemp' #8

srujana-tak opened this issue May 8, 2019 · 3 comments

Comments

@srujana-tak
Copy link

Executing Supervised Model
page Rank models loaded
Data Gathered for supervised model
letter trigram feature
All features generated
sh: support_files/svm_rank_classify: Permission denied
Traceback (most recent call last):
File "supervised_labels.py", line 249, in
get_predictions(test_list,test_chunk_size)
File "supervised_labels.py", line 219, in get_predictions
h =open("predictionstemp")
IOError: [Errno 2] No such file or directory: 'predictionstemp'

@srujana-tak
Copy link
Author

Any help on how to solve this while executing supervised_labels.py file

@srujana-tak srujana-tak changed the title IOError: [Errno 2] No such file or directory: 'predictionstemp' IOError: No such file or directory: 'predictionstemp' May 8, 2019
@thanhkhocnhe
Copy link

your problem appear when you run on Windown, File predictionstemp will be create after run file binary svm_rank_classify (view code). On win, this file invalid. therefor i recommend you to run it on Linux :)

@uzaymacar
Copy link

The same issue persists in Linux for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants