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

code run problem #1

Open
15738281321 opened this issue Sep 6, 2023 · 2 comments
Open

code run problem #1

15738281321 opened this issue Sep 6, 2023 · 2 comments

Comments

@15738281321
Copy link

Hello, when I run the main.py file, it shows OSError: [WinError 1450] Insufficient system resources to complete the requested service. I also put n_jobs=2 in the main.py file, but I still can't solve the problem. Is this a problem with my computer, or does the code need more resources to run?

@jain15mayank
Copy link
Owner

This error generally means that your system is out of available resources to perform the task. I'd recommend you to keep a check on your system's RAM. I can run the script just fine with a 16GB RAM at the moment.

@15738281321
Copy link
Author

Are you considering updating to version 2.X? Many methods in the code are no longer available in the new method library.Most of the problems I encountered were caused by the methods not being updated, and I haven't been able to completely solve them yet.

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

2 participants