-
Notifications
You must be signed in to change notification settings - Fork 44
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
Connection remotely closed on cenpy package import (10054) #153
Comments
Are you still having this problem? I'm also experiencing it. |
Also having a similar one that raises
|
Hmm. So, these are failures to download the We could make this asynchronous and cached, which would avoid this at import, but eventually that needs to get downloaded to generate the metadata about the census data products. I will try to work through this in the coming weeks. |
Also, FWIW:
|
I'm not 100% sure how environment-specific this might be, but I am getting my connections remotely closed on package import (10054). This first started happening on code that had previously worked in Jupyter on Windows last week, but I've also tried it in the terminal, and tried creating a new conda environment with fresh installs of everything and it keeps happening in both Jupyter and terminal. Is this happening to anyone else? I should note that I have a version of this script in a Databricks environment where I don't seem to be having this problem, but 1) I have to pip-install on Databricks using subprocess and I don't want to do that on my local machine; 2) the script is too resource-intensive to develop entirely on Databricks.
If others can confirm they do not have this issue, let me know and I will close it.
Terminal output follows below:
The text was updated successfully, but these errors were encountered: