troubleshooting braingenix not smoothly installing for ubuntu 10-8-24

Posting all known issues for ubuntu installation here https://discord.com/channels/786049189842386954/1293321711344680992
11 Replies
richard
richardOP7mo ago
Deb's notes on the topic:
richard
richardOP7mo ago
richard
richardOP7mo ago
These are my notes attempting to compile all the known install issues. Attempting to create a "one-page install" for the whole system related to the "Known issues" task I was assigned. I'm trying to separate this as two documents maybe? "One pager install" and "Known issues" For now I'm trying out posting it as a discussion within the Discord for me to get back to later when a new install system is made. Not sure what to do with these yet
richard
richardOP7mo ago
https://petalite-salt-feb.notion.site/A-Simple-BrainGenix-Complete-System-Run-no-evm-install-yet-119002ab5f4480c2ae65e20ad94332f2?pvs=74 I suggest add something like this blurb at the top of our install guide. I also suggest creating this one-pager installation guide rather than click a bunch of links. I've started drafting this doc from a while back while tracking the known issues.
### Known Issues:

During installation, you may encounter some common issues:

- BrainGenix-API: Repository cloning may take longer than expected.
- BrainGenix-NES:
- NetmorphCMake submodule issues, especially on Ubuntu.
- VPN interference with `git` pulls from vcpkg.

For detailed troubleshooting steps and workarounds, please refer to our [Troubleshooting Guide](braingenix.org/should we make this or should we stay in gitlab or should we use Discord Discussion) or start a Discussion on our [Discord](https://discord.gg/quqzV4P4Z4)
### Known Issues:

During installation, you may encounter some common issues:

- BrainGenix-API: Repository cloning may take longer than expected.
- BrainGenix-NES:
- NetmorphCMake submodule issues, especially on Ubuntu.
- VPN interference with `git` pulls from vcpkg.

For detailed troubleshooting steps and workarounds, please refer to our [Troubleshooting Guide](braingenix.org/should we make this or should we stay in gitlab or should we use Discord Discussion) or start a Discussion on our [Discord](https://discord.gg/quqzV4P4Z4)
Richard Gatchalian's Notion on Notion
A Simple BrainGenix Complete System Run (no evm install yet.) | Notion
Known Issues
richard
richardOP7mo ago
GitLab
Carboncopies / Virtual Brain / The Brain Emulation Challenge · GitLab
The Brain Emulation Challenge aims to overcome a main hurdle of current neurscience by generating standardized reference brain tissue with fully understood neural circuit structure and their functional...
Unknown User
Unknown User7mo ago
Message Not Public
Sign In & Join Server To View
richard
richardOP7mo ago
Yes its resolved im just writing down what happened
Unknown User
Unknown User7mo ago
Message Not Public
Sign In & Join Server To View
richard
richardOP7mo ago
## **Install issue Workaround for Ubuntu**

Follow these steps to successfully install:

1. Clone the repository: **`git clone https://gitlab.braingenix.org/carboncopies/BrainGenix-NES.git`**
2. Run **`./Setup.sh`**
3. Run **`./Build.sh 6 Release`**
4. If CMake, Netmorph, or vcpkg fails (usually at 60% progress):
- **`rm -rf BrainGenix-NES/Build`**
- **`rm -rf BrainGenix-NES/ThirdParty/NetmorphCMake`**
5. Manually clone NetmorphCMake:**`git clone https://gitlab.braingenix.org/carboncopies/BrainGenix/NetmorphCMake.git BrainGenix-NES/ThirdParty/NetmorphCMake`**
6. Rerun **`./Build.sh 6 Release`**
7. Run **`./Run.sh`**
## **Install issue Workaround for Ubuntu**

Follow these steps to successfully install:

1. Clone the repository: **`git clone https://gitlab.braingenix.org/carboncopies/BrainGenix-NES.git`**
2. Run **`./Setup.sh`**
3. Run **`./Build.sh 6 Release`**
4. If CMake, Netmorph, or vcpkg fails (usually at 60% progress):
- **`rm -rf BrainGenix-NES/Build`**
- **`rm -rf BrainGenix-NES/ThirdParty/NetmorphCMake`**
5. Manually clone NetmorphCMake:**`git clone https://gitlab.braingenix.org/carboncopies/BrainGenix/NetmorphCMake.git BrainGenix-NES/ThirdParty/NetmorphCMake`**
6. Rerun **`./Build.sh 6 Release`**
7. Run **`./Run.sh`**

Did you find this page helpful?