Can't run or compile Gramps in PyCharm

I want to compile my own Gramps Build with Shared Postgres Addon in Linux Mint.

I have installed Anaconda environment .
But I can’t run the Gramps project from Git in PyCharm.
Could you help me with the next steps or tell me where I can read about the next steps?

I have such a error:

/home/user/anaconda3/envs/my31212/bin/python -X pycache_prefix=/home/user/.cache/JetBrains/PyCharmCE2025.2/cpython-cache /snap/pycharm-community/534/plugins/python-ce/helpers/pydev/pydevd.py --multiprocess --qt-support=auto --client 127.0.0.1 --port 32873 --file /home/user/PycharmProjects/gramps/Gramps.py
Connected to: <socket.socket fd=3, family=2, type=1, proto=0, laddr=(‘127.0.0.1’, 49452), raddr=(‘127.0.0.1’, 32873)>.
Connected to pydev debugger (build 252.26830.99)
Two Gramps application data directories exist.
ResourcePath.ERROR: Resource Path /home/user/PycharmProjects/gramps/build/share is invalid

Process finished with exit code 1

System:
Kernel: 6.8.0-85-generic arch: x86_64 bits: 64 compiler: gcc v: 13.3.0 clocksource: tsc
Desktop: Cinnamon v: 6.4.8 tk: GTK v: 3.24.41 wm: Muffin vt: 7 dm: LightDM v: 1.30.0
Distro: Linux Mint 22.2 Zara base: Ubuntu 24.04 noble

Try manually setting the GRAMPS_RESOURCES environment variable to /home/user/PycharmProjects/gramps.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.