Closed justinshaffer closed 5 years ago
@justinshaffer Thank you for reporting this! Could you post the full traceback so I can see where exactly the recursion limit is being violated? Thanks again!
@cameronmartino Sure thing. Thanks for taking a look!
`Traceback (most recent call last):
File "/home/jpshaffer/software/miniconda3/envs/qiime2-2018.11/lib/python3.5/site-packages/q2cli/commands.py", line 274, in call
results = action(arguments)
File "
Plugin error from deicode:
maximum recursion depth exceeded
See above for debug info. QIIME is caching your current deployment for improved performance. This may take a few moments and should only happen once per deployment. Usage: qiime emperor biplot [OPTIONS] Try "qiime emperor biplot --help" for help.`
@justinshaffer see this pull request in pandas. Try updating to greater or equal to pandas 0.23.2 and see if that fixes the problem. Additionally, I have removed the bit of code causing this error in pull request #29 so that should also solve the problem.
@cameronmartino Thanks! The old version of Pandas is an artifact of my using an old QIIME2 build (2018.11) without updated dependencies. Upon using build 2019.1 things seem to work.
@justinshaffer Great! I am going to close this issue then. If you see the issue again feel free to reopen it.
Hello,
I am receiving a plugin error from deicode when using in QIIME2:
"maximum recursion depth exceeded"
This is from running this code:
I'm using QIIME2 2018.11.
There are about 5000 samples in the data.
Thanks in advance for any insight.