Question: plotCorrelation and pandas error
0
gravatar for maryjoazzi
8 months ago by
maryjoazzi0
maryjoazzi0 wrote:

Hey I am using plotCorrelation and I get the following error

  File "/home/pk3/galaxy/database/dependencies/_conda/envs/mulled-v1-5ba2c93da92160ba380ae3d57d5da01827e12a494c86cf50e7e386136c8c12c2/lib/python3.6/site-packages/plotly/figure_factory/_county_choropleth.py", line 8, in 
    import pandas as pd
ModuleNotFoundError: No module named 'pandas'

so i made sure that pandas was in fact installed and then I went into the "_county_choropleth.py" file and added:

import sys
sys.path.insert(0,"mydirectory")
import pandas as pd

and now im getting the following error:

 File "/home/pk3/galaxy/database/dependencies/_conda/envs/mulled-v1-5ba2c93da92160ba380ae3d57d5da01827e12a494c86cf50e7e386136c8c12c2/lib/python3.6/site-packages/plotly/figure_factory/_county_choropleth.py", line 9, in 
    import pandas as pd
  File "/usr/local/lib/python2.7/dist-packages/pandas/__init__.py", line 35, in 
    "the C extensions first.".format(module))
ImportError: C extension: /usr/local/lib/python2.7/dist-packages/pandas/_libs/tslib.so: undefined symbol: _Py_ZeroStruct not built. If you want to import pandas from the source directory, you may need to run 'python setup.py build_ext --inplace --force' to build the C extensions first.

any suggestions on how/what to fix?

ADD COMMENTlink modified 8 months ago by Bjoern Gruening5.1k • written 8 months ago by maryjoazzi0

This is using deeptools3 isn't it?

ADD REPLYlink written 8 months ago by Bjoern Gruening5.1k
2
gravatar for Bjoern Gruening
8 months ago by
Bjoern Gruening5.1k
Germany
Bjoern Gruening5.1k wrote:

This was fixed upstream. If you remove your conda environment and let Galaxy install a new one this should work.

Thanks to Devon for the fix!

Bjoern

ADD COMMENTlink written 8 months ago by Bjoern Gruening5.1k

All is fixed!Thankyou!

ADD REPLYlink written 8 months ago by maryjoazzi0
Please log in to add an answer.

Help
Access

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Powered by Biostar version 16.09
Traffic: 172 users visited in the last hour