novoalab / EpiNano

Detection of RNA modifications from Oxford Nanopore direct RNA sequencing reads (Liu*, Begik* et al., Nature Comm 2019)
GNU General Public License v2.0
109 stars 31 forks source link

install issue: setup.py install for pandas did not run successfully #142

Closed kenneditodd closed 1 year ago

kenneditodd commented 1 year ago

Hello,

I am trying to install EpiNano. I cloned the git repo and executed INSTALL.sh. Here is my error message. install_error.txt

enovoa commented 1 year ago

Hi @kenneditodd, you seem to have an issue installing pandas. However, we cannot support issues of different users in installing the dependencies, sorry. Please try to solve the issue by looking into pandas documentation and/or solutions to installation issues in their own repository (https://pandas.pydata.org/docs/getting_started/install.html) You may also want to try using conda or similar to install pandas and other dependencies.