Open sb-yb opened 3 years ago
Done testing on CentOS 7.
19:41 ~/code/yugabyte-db/managed/devops [T6572] $ bin/install_python_requirements.sh
works without any issues. So change wont break CentOS 7 while fixing ubuntu.
Retesting with 3.1.1 version. Doing the whole EAR flow instead of just checking that install_python_requirements runs.
After several attempts over last 3 days finally have universe created with EAR option on CentOS with 3.1.1 crypto version.
Failed itest. Reverting.
At present crypto version in
python_requirements_frozen.txt
iscryptography==1.7.2
This does not work on ubuntu 20.X wesley@ says that its a problem on other systems as well. Bumping up the version tocryptography==2.1.1
fixed the things for me on ubuntu. We should up this version after testing it oncentOS