Running the holoclean tutorial
Git: https://github.com/HoloClean/holoclean
Relate Info
System Version:
1 |
|
0. Pre
1 |
|
1. Download code
1 |
|
2. Create Conda Env And Enter
1 |
|
3. Install dependency
1 |
|
4. Test
1 |
|
Question:
Q1:
Error in Insatll python-Levenshtein
:
- Ubuntu/Debian System:
1
sudo apt-get install build-essential python3-dev
- CentOS/Fedora System:
1
2yum groupinstall 'Development Tools'
yum install python3-dev
Q2:
Error Message:
1 |
|
Cause:
After Python 3.7, has future annotations
So, degrade the version of smart_open
1 |
|
Running the holoclean tutorial
https://www.hardyhu.cn/2024/09/10/Running-the-holoclean-tutorial/