q2studio install error

Hello,

I am trying to install q2studio with qiime2-2022.8 on a linux hpc system.

I have the conda environment qiime2-2022.8 activated and have downloaded and unpacked q2studio-2022.8.0. I have loaded the nodejs version 7.4.0 module.

Following the instructions on the website I was successful in following the first two intallations (although I needed the --user flag for pip install.

conda install gevent nodejs -c defaults --override-channels
pip install --user .

When I tried

npm install --legacy-peer-deps && npm run build

I get the following error messages:

(qiime2-2022.8) [dpearton@login2 q2studio-2022.8.0]$ npm install --legacy-peer-deps && npm run build
npm WARN Invalid version: "2022.8"
npm WARN q2studio-2022.8.0 No description
npm WARN q2studio-2022.8.0 No repository field.
npm WARN q2studio-2022.8.0 No README data
npm WARN q2studio-2022.8.0 No license field.
npm ERR! Linux 3.10.0-514.6.1.el7.x86_64
npm ERR! argv "/apps/chpc/bio/nodejs/v7.4.0/bin/node" "/apps/chpc/bio/nodejs/v7.4.0/bin/npm" "run" "build"
npm ERR! node v7.4.0
npm ERR! npm v4.0.5

npm ERR! Invalid version: "2022.8"
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! https://github.com/npm/npm/issues

npm ERR! Please include the following file with any support request:
npm ERR! /mnt/lustre/users/dpearton/qiime2/q2studio-2022.8.0/npm-debug.log

Any suggestions?

Hi @David_Pearton,

Thanks for reaching out!

q2studio is not currently maintained by the QIIME 2 core development team at this time, and we will actually be fully depreciating it in our upcoming software update (2022.11).

I'd recommend using q2cli (which already comes with any QIIME 2 installation) as your UI of choice, as opposed to q2studio. If you are looking for a GUI for running QIIME 2 commands, you can now use QIIME 2 within the Galaxy Toolshed !

Hope this helps! Cheers :lizard:

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.