-
Notifications
You must be signed in to change notification settings - Fork 119
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
build_visit
failure on RZ related to pygments
#19281
Comments
I saw the same thing on pascal, discovered pygments, applehelp and html help didn't get installed.
|
I wonder if this is related to: #19279 |
Here's the messages when you build pygments with the current bv_python.sh and it's arguments to pip install:
So there is no |
I am still seeing this error on the latest version of the RC (as of 02/12/24). |
Me too. I thought it was because I had an issue in numpy install and restarted the install in the middle of python world magic. |
Tried google, came across this: Seems a problem with setuptools? but bv_python no longer installs ? Pygment's pyproject.toml says it requires setuptools:
I ran
I can try adding setuptools to bv_python and see if it resolves this problem. |
sorry - sounds like another error due to too many moving pieces. We should add setuptools back. |
I saw a setuptools version 58 in the python site-packages, But that isn't new enough for Pygments. |
We should install setuptools at the start, right around where we install wheel
|
Is there a way to test if a specific version of a module is installed? |
ahh -- python has a built in version, maybe we should move the logic for setuptools to where we compile/install python itself and skip the version check since its more of a special case. |
setuptools requires wheel, so needs to come after that. I can simply remove the install check, unless you think wheel should also be put into build_python function (?) |
we can move wheel there as well. without them both we don't have a solid setup to install other modules |
How do the modules without URL's get downloaded? |
FYI, I did manage to confirm that installing setuptools 67.8.0 as part of bv_python fixes the installation problems with Pygments, sphinxcontrib-applehelp and sphincontrib-htmlhelp. |
they should all be reaching back to our copy in github in the visit thirdpary repo. |
Aha. I haven't added setuptools there yet, so makes sense. |
I'm putting this in 3.4.1 since I cannot build VisIt at all on LC. |
build_visit
invocation on the develop branch as of 02/01 morning (after 20b72c0):Cmd line error:
From the log:
The text was updated successfully, but these errors were encountered: