Closed luo-yujiang closed 7 months ago
Thanks for the report, this is due to a bug in the Poetry build, which was not installing required packages.
Please can you recreate the environment with the updated README instructions?:
module purge module load Miniconda3 conda create --name my_env_with_qsartuna python=3.10.10 jupyter pip conda activate my_env_with_qsartuna module purge # Just in case. which python # Check. Should output path that contains "my_env_with_qsartuna". python -m pip install https://github.com/MolecularAI/QSARtuna/files/15091368/qsartuna-3.0.0.1.tar.gz
Thank you for your reply, my problem is solved
Hi, When i test qsartuna after i downloaded it through pip-install, an error occur
I found "optunaz" was used in codes, so i edit the file and tried to use "optunaz" but it doesn't work
I am not sure whether it's a problem, i reinstalled qsartuna but this error still occured. So i need your assistance.