You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Works for me on mac, fails with a version/git error on Linux.
@jthorton, could you try out the installation steps above and let me know if this works to your satisfaction (especially on Linux, if you have a machine available)?
@j-wags Thanks for putting this together! it's working on mac and Linux for me with all tests passing. Is there a way to get the basis_set_exchange package included in the install as well?
I've tried making a few changes to bring this in line with how Perses gets built. I also tried a few ways to pip install basis-set-exchange (such as ${PYTHON} -m pip install basis-set-exchange and vanilla pip install basis-set-exchange, with and without quotes around the package name). It keeps failing with a "package not found" error.
ERROR: Could not find a version that satisfies the requirement basis-set-exchange (from versions: none)
ERROR: No matching distribution found for basis-set-exchange
To reproduce, make an environment with conda-build and run the build_local.sh script in qcsubmit.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
To install:
Works for me on mac, fails with a version/git error on Linux.
@jthorton, could you try out the installation steps above and let me know if this works to your satisfaction (especially on Linux, if you have a machine available)?