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

Fail in sprawl_overview notebook (missing dependency?) #3

Closed
delhomer opened this issue Jul 12, 2018 · 1 comment
Closed

Fail in sprawl_overview notebook (missing dependency?) #3

delhomer opened this issue Jul 12, 2018 · 1 comment

Comments

@delhomer
Copy link
Contributor

The compute_grid_accessibility method fails during execution. After reading the source code, it seems that the problem comes from line 96:

max_processes = int( ''.join(numbers) )

The value of numbers is probably not int-compatible (I suspect a null value), as a the log highlights a missing dependency (psutil).

@delhomer
Copy link
Contributor Author

That's it, after adding psutil to conda env, the process is going further than previously... I will propose a small patch to amend the README file.

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