- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi all,
I have successfully installed EII software package and dcker-compose up
but when I use go run to run test.go file under the InfluxDBConnecter folder , they always appear the "cannot find package "configmgr/eia configmgr" in any of: /usr/lib/go-1.10/src/" and other warnings.
So I would like to ask if anyone else has the same problem or has a solution?
Thanks.
Regards,
-Jerry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I see the "cannot find package EIIMessageBus/eiimsgbus" error. What version of CMake do you have installed on your system? The EII/OEI message bus relies on CMake v3.11+. Follow these instructions to install the correct version of cmake:
# Remove old CMake version
sudo apt -y purge cmake
sudo apt -y autoremove
# Download CMake
wget https://cmake.org/files/v3.15/cmake-3.15.0-Linux-x86_64.sh
# Installation CMake
sudo mkdir /opt/cmake
sudo cmake-3.15.0-Linux-x86_64.sh --prefix=/opt/cmake --skip-license
# Make the command available to all users
sudo update-alternatives --install /usr/bin/cmake cmake /opt/cmake/bin/cmake 1 --force
Sincerely,
Sahira
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Jerry,
I apologize for not responding sooner - I am looking into this issue and will get back to you shortly.
Sincerely,
Sahira
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I see the "cannot find package EIIMessageBus/eiimsgbus" error. What version of CMake do you have installed on your system? The EII/OEI message bus relies on CMake v3.11+. Follow these instructions to install the correct version of cmake:
# Remove old CMake version
sudo apt -y purge cmake
sudo apt -y autoremove
# Download CMake
wget https://cmake.org/files/v3.15/cmake-3.15.0-Linux-x86_64.sh
# Installation CMake
sudo mkdir /opt/cmake
sudo cmake-3.15.0-Linux-x86_64.sh --prefix=/opt/cmake --skip-license
# Make the command available to all users
sudo update-alternatives --install /usr/bin/cmake cmake /opt/cmake/bin/cmake 1 --force
Sincerely,
Sahira
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Sahira,
I try to use the sudo cmake-3.15.0-Linux-x86_64.sh --prefix=/opt/cmake --skip-license this command
but it still show this information sudo: cmake-3.15.0-Linux-x86_64.sh: command not found
Thanks.
Regards,
-Jerry

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page