Reputation
Badges 1
41 × Eureka!None of the default ports are changed and in my firewalld I have ports 8080, 8081, and 8008 open to tcp
@<1523701205467926528:profile|AgitatedDove14>
clearml python version: 1.91
python version: 3.9.15
the server is running the docker-compose on RHEL
Minio is on the same server and the 9000 and 9001 ports are open for tcp
I changed the default address space from 172.xxx.xxx.xx for docker to another space. This is not the issue as I can replicate this issue without this modified address space.
See configuration file below, I'm running the global section test now
aws {
s3 {...
It gave no import error, and I'm still having problems. I returned to my original script and it shows some file transfer print statements, but I don't see the files appearing in minio
with the filepath leading to /clearml/task.py
@<1523701070390366208:profile|CostlyOstrich36> , anything I missed?
And I’m still having my other issues I mentioned. I’m just ignoring the unreachable machines for the moment.
Hold on should host be
` s3://ipaddr:9000?
I discovered part of the problem. I did not have boto3 installed on this conda env.
Is that being used as a dictionary key?
