You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I'm having a problem. When I try to run my command (python3 PlasForest.py -i /home/pedro/Guaymas_C/Analyses/GuaymasC.fasta) or the test_plasforest.sh script, I receive the same error:
I'm using Python version 3.6.0
Traceback (most recent call last):
File "PlasForest.py", line 28, in <module>
import pandas as pd
File "/home/pedro/miniconda3/envs/PlastForest_env/lib/python3.6/site-packages/pandas/__init__.py", line 121, in <module>
from pandas.core.computation.api import eval
File "/home/pedro/miniconda3/envs/PlastForest_env/lib/python3.6/site-packages/pandas/core/computation/api.py", line 3, in <module>
from pandas.core.computation.eval import eval
File "/home/pedro/miniconda3/envs/PlastForest_env/lib/python3.6/site-packages/pandas/core/computation/eval.py", line 12, in <module>
from pandas.core.computation.engines import _engines
File "/home/pedro/miniconda3/envs/PlastForest_env/lib/python3.6/site-packages/pandas/core/computation/engines.py", line 9, in <module>
from pandas.core.computation.ops import _mathops, _reductions
File "/home/pedro/miniconda3/envs/PlastForest_env/lib/python3.6/site-packages/pandas/core/computation/ops.py", line 19, in <module>
from pandas.core.computation.scope import _DEFAULT_GLOBALS
File "/home/pedro/miniconda3/envs/PlastForest_env/lib/python3.6/site-packages/pandas/core/computation/scope.py", line 17, in <module>
from pandas.compat.chainmap import DeepChainMap
File "/home/pedro/miniconda3/envs/PlastForest_env/lib/python3.6/site-packages/pandas/compat/chainmap.py", line 1, in <module>
from typing import ChainMap, MutableMapping, TypeVar, cast
ImportError: cannot import name 'ChainMap'
The text was updated successfully, but these errors were encountered:
Hi. I'm having a problem. When I try to run my command (python3 PlasForest.py -i /home/pedro/Guaymas_C/Analyses/GuaymasC.fasta) or the test_plasforest.sh script, I receive the same error:
I'm using Python version 3.6.0
The text was updated successfully, but these errors were encountered: