-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Add Astropy to default UMR blacklist for Python 2.7 due to resulting bug #6962
Comments
Thanks for the information and request. The place to put it currently would be our Troubleshooting Guide and FAQ on our wiki, where we list common known issues and solutions (although it is currently more focused on general troubleshooting, it is in the slow process of being expanded). However, I note both here and skimming the attached thread, the problem exists only with
Those Spyder versions are many years old and long-unsupported; the current stable version is 3.2.8; with 3.3 in the immediate works and Spyder 4 as the development version. Therefore, if the issue isn't present in the current version (or at least something very near it), we can only advise that users update to the supported stable release; due to the current funding situation we simply cannot spare the resources supporting versions that are many years old, unfortunately. Therefore, please advise accordingly. Thanks! |
Thanks for looking into this; I have confirmed the problem under MacOS 10.12 and Python 2.7 (it does not occur in 3.5 or higher) for
as long as astropy is not among the |
Okay, thanks for following up @dhomeier . Pardon my ignorance, but is the reason Spyder is detecting it as a "user module" and even trying to reload it is that you're actively developing and modifying it from e.g. a git clone, vs. having it installed normally as most users would? My understanding is that UMR shouldn't even try to trigger if there are no changes to the module and it is properly installed as a third party package vs. just being on the path/in the working directly (I don't know the exact logic off the top of my head). @ccordoba12 ? |
@CAM-Gerlach, in the original bug report the user was running the Spyder version (3.1.4) installed on her Ubuntu 17.10 system with a user installation of Astropy in |
@ccordoba12, yes, I think that would be a helpful workaround - active |
@dalthviz, please work on this one. |
Problem Description
Need a place to document known Spyder issue with Astropy. There is a PR at astropy/astropy#7374 but we feel it belongs more to your documentation over here. Please advise.
What steps will reproduce the problem?
Detailed description at astropy/astropy#7363
What is the expected output? What do you see instead?
Expect no error message. Instead, there is error message.
Package Versions
Dependencies
N/A
The text was updated successfully, but these errors were encountered: