-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
When trying to install OVE in MacOS using the osx-python3-v0.5.0-setup installation script, I get to a point when I get an error about the manifest file not found.
The following shows the output i the terminal all the way from running the installation script to the error:
$ ./osx-python3-v0.5.0-setup
General settings
Machine hostname or ip address (default: 146.169.206.97):
INFO: Machine hostname or ip address = 146.169.206.97
Use 'stable' version (default: yes)?
INFO: Use 'stable' version = yes
Use default settings (default: yes)?
INFO: Use default settings = yes
OVE setup
OVE Asset Manager setup
This setup script will generate docker-compose scripts using the following versions:
NOTE: If these versions differ from the latest available, please use the latest setup generator.
OVE Version: 0.5.0
OVE Apps Version: 0.5.0
OVE Services Version: 0.2.1
OVE UI Version: 0.2.0
Tuoris Version: v0.1
OpenVidu Version: 2.7.0
Asset Manager Version: 0.1.0
Accept and proceed (default: yes)?
INFO: Accept and proceed = yes
Generated new config file in /Users/XXXX/Documents/Projects/OVE/docker-compose.setup.ove.yml
Generated new config file in /Users/XXXX/Documents/Projects/OVE/config/Spaces.json
Generated new config file in /Users/XXXX/Documents/Projects/OVE/config/default.conf
Generated new config file in /Users/XXXX/Documents/Projects/OVE/docker-compose.setup.am.yml
Generated new config file in /Users/XXXX/Documents/Projects/OVE/config/credentials.json
Generated new config file in /Users/XXXX/Documents/Projects/OVE/config/init_mongo.js
Generated new config file in /Users/XXXX/Documents/Projects/OVE/config/auth.json
Generated new config file in /Users/XXXX/Documents/Projects/OVE/config/whitelist.json
Generated new config file in /Users/XXXX/Documents/Projects/OVE/config/worker.json
Thank you for using this setup tool!
---
Your docker-compose configs have been generated. You can execute them directly by using:
docker-compose -f docker-compose.setup.ove.yml up -d
docker-compose -f docker-compose.setup.am.yml up -d
NOTE: If you copy the compose files to another machine, please also copy the generated files in the 'config/' directory
NOTE: -d flag runs the docker commands in detached mode
---
Press Enter to exit
$ docker-compose -f docker-compose.setup.ove.yml up -d
Creating network "ove_default" with the default driver
Pulling ovehub-ove-ove (ovehub/ove:0.5.0)...
0.5.0: Pulling from ovehub/ove
c9b1b535fdd9: Pull complete
0188bce71676: Pull complete
f62af20101b7: Pull complete
1bffdb76255c: Pull complete
c2e1574486cb: Pull complete
2c9fbe6329c2: Pull complete
601155dbec27: Pull complete
fedbc6fffb2c: Pull complete
20e4908024ee: Pull complete
df1c456588e5: Pull complete
Digest: sha256:4c1e4811fde995a92f7345fb3e9cd82cccd4cc403605620b16a4e8e63b944248
Status: Downloaded newer image for ovehub/ove:0.5.0
Pulling ovehub-ove-external-tuoris (ovehub/ove-external-tuoris:v0.1)...
v0.1: Pulling from ovehub/ove-external-tuoris
9123ac7c32f7: Pull complete
1dc36f7797ad: Pull complete
85eb3a5caf6b: Pull complete
4930c1d861ea: Pull complete
9d07a8694c34: Pull complete
3c9f8983537f: Pull complete
ab11672ea05a: Pull complete
00f3ae902b90: Pull complete
55b742e8537f: Pull complete
Digest: sha256:237b1737b3a647555f959fd334ceb2935aac4fc7e0419147fc567d9d665297de
Status: Downloaded newer image for ovehub/ove-external-tuoris:v0.1
Pulling openvidu-openvidu-call (openvidu/openvidu-call:2.7.0)...
ERROR: manifest for openvidu/openvidu-call:2.7.0 not found: manifest unknown: manifest unknownI'm using the following versions for the tools that (I think) are used.
- MacOS: 12.4
- Python: 3.9.7
- docker-compose: 1.29.2
Do you have any suggestion about what might be the problem?
Metadata
Metadata
Assignees
Labels
No labels