-
Notifications
You must be signed in to change notification settings - Fork 7
20230228 import pykern error #339
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
Comments
I've seen this before. I believe an uninstall of pykern and installing again "fixes" the problem. I have a hunch that installing some other package that we use is causing this problem. No data to back this up other than I've seen this appear after installing "things". |
I'll debug a little today then since my install is messed up. |
It's a stupid problem. It's based on the fact that python puts "." in the path automatically so that "html" gets found. The error is obscured here: except ImportError:
pass
else:
raise ImportError(
"The '{target}' package is required; "
"normally this is bundled with this package so if you get "
"this warning, consult the packager of your "
"distribution.".format(**locals())
) pyparsing imports html. sirepo.html exists and I was running "t.py" in sirepo/sirepo/. #204 will fix this. |
How many times will that "feature" bite us... |
import pykern
yields:The text was updated successfully, but these errors were encountered: