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 There,
I found your toolkit for XMLC-Tasks really useful. However, I had some trouble with the installation process:
python3 setup.py install --user
One issue is, that it seems to require cython and numpy, which is not documented. After installing these manually and running the above installation instructions I get the following warning
SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
These are followed by version imcompatibility issues with numpy and numba. I am not much of a pythoneer, but I think it might be better to do the installation with something like
pip install .[dev]
Also, it might be safer to wrap this into some kind of virtual environment. Personally, I prefer conda to manage the requirements.
I would offer to open a PR for the README-Instructions, but I would kindly ask for your opinion on these issues first.
Thank you very much!
Best
Maximilian
The text was updated successfully, but these errors were encountered:
Hi There,
I found your toolkit for XMLC-Tasks really useful. However, I had some trouble with the installation process:
One issue is, that it seems to require cython and numpy, which is not documented. After installing these manually and running the above installation instructions I get the following warning
SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
These are followed by version imcompatibility issues with numpy and numba. I am not much of a pythoneer, but I think it might be better to do the installation with something like
Also, it might be safer to wrap this into some kind of virtual environment. Personally, I prefer conda to manage the requirements.
I would offer to open a PR for the README-Instructions, but I would kindly ask for your opinion on these issues first.
Thank you very much!
Best
Maximilian
The text was updated successfully, but these errors were encountered: