EpistasisLab / EpistasisLab/tpot
Installation for using TPOT-cuML configuration
- Dominant language
- Jupyter Notebook
- Stars
- 10.1k
- Forks
- 1.6k
- PR merge metrics
- No merged PRs in 30d
Description
I am getting this error while installing TPOT-cuML on a Debian 11
```
/anaconda3/lib/python3.9/site-packages/conda_env/env.py", line 37, in validate_keys
new_data = data.copy() if data else {}
AttributeError: 'str' object has no attribute 'copy'
```
The command line is:
```
conda-env create -n tpot-cuml --file /home/Downloads/tpot-cuml.yml
```
I have also tried this one:
```
conda env create -n tpot-cuml --file /home/Downloads/tpot-cuml.yml
```
But it returns the same error.
The detailed info:
```
conda version : 22.9.0
conda-build version : 3.21.8
python version : 3.9.7.final.0
virtual packages : __cuda=11.6=0
__linux=5.10.0=0
__glibc=2.31=0
__unix=0=0
__archspec=1=x86_64
conda av metadata url : None
channel URLs : https://conda.anaconda.org/conda-forge/linux-64
https://conda.anaconda.org/conda-forge/noarch
https://repo.anaconda.com/pkgs/main/linux-64
https://repo.anaconda.com/pkgs/main/noarch
https://repo.anaconda.com/pkgs/r/linux-64
https://repo.anaconda.com/pkgs/r/noarch
platform : linux-64
user-agent : conda/22.9.0 requests/2.27.1 CPython/3.9.7 Linux/5.10.0-19-amd64 debian/11 glibc/2.31
offline mode : False
```
The spaces after semicolons also were deleted in the tpot-cuml.yml file. Kinda like this:
```
{"groups": [],
...
{"groups":[],
```
To reproduce the issue user needs to install TPOT-cuML using downloaded yaml file.
Expected result: TPOT-cuML installed
Current result: TPOT-cuML installation fails
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.