-
Notifications
You must be signed in to change notification settings - Fork 64
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
failed to install in macOS 15.2 #1915
Comments
You can ignore the grade problem report, they are only warnings from the gradle build system, which we might fix at some point (probably when they become errors instead of warnings). As for the unit tests, you are probably missing the JEP installation. Did you follow https://github.com/Fraunhofer-AISEC/cpg?tab=readme-ov-file#python? I would recommend the approach providing a virtualenv called |
Still not working What i did > /Users/kimsia/.pyenv/versions/3.12.8/bin/python -m venv ~/.virtualenvs/cpg
> source ~/.virtualenvs/cpg/bin/activate
> pip install jep==4.2.0
> ./gradlew build --scan This is the gradle scan link Thank you, @oxisto Current commit: 7705922 |
Aaah this is a problem we still have with neo4j. The neo4j tests require the C++ frontend to be activated. |
Ok, what's my workard if any? or i need to wait for something else? |
I am not sure what you are trying to achieve. Are you already using the library? You don't need to "install" it in the classical sense, you can ignore these test errors. |
i use main branch at commit 9f0e957
my java is
this is my gradle.properties
The files
build/reports/problems/problems-report.html
and
tests/test/index.html
are very longso they are in this gist https://gist.github.com/simkimsia/f0be93e44e930e769377404cdf9bd2a2#file-problems-report-html
The text was updated successfully, but these errors were encountered: