dan-ward-bio

Results 3 comments of dan-ward-bio

Worked perfectly. Thanks for your help! `conda install pandas=0.25`

@Hedi65 Have you tried the `conda install pandas=0.25` fix? if you don't use conda, you can try pip: `pip install pandas==0.25`

Okay. it might be a good idea to make a conda environment to install these packages seperate from your base. Try executing these commands in this order: `conda create --name...