Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zampy not working in Utwente CRIB. #33

Closed
prajzwal08 opened this issue Oct 5, 2023 · 2 comments
Closed

Zampy not working in Utwente CRIB. #33

prajzwal08 opened this issue Oct 5, 2023 · 2 comments

Comments

@prajzwal08
Copy link

Working on Zampy on own device works well, while installing zampy on CRIB faces error.
ERROR: No matching distribution found for zampy.

@geek-yang
Copy link
Member

Did you try to install it via pip install zampy? Currently zampy is still under development and we haven't made a stable release of it. That is planned and we will have it soon.

If you want to give a try, then you need to clone the repo and install it via the following command (development mode):

cd zampy/
pip install -e .

There are some functionalities in place. But I would recommend to wait a bit and use it when we make the stable release. Thanks for trying.

@SarahAlidoost
Copy link
Member

SarahAlidoost commented Oct 5, 2023

@prajzwal08 great to see you here, thanks for submitting the issue 😎. In addition to Yang's comment, see the other considerations:
1- If you want to install something on CRIB via pip, please use pip install --user <name of package> for example for installing zampy from github, !pip install --user git+https://github.com/EcoExtreML/zampy, see this issue.
2- The python version on CRIB is 3.8, but zampy works with python >=3.9. So, zampy cannot be installed there unless you create a different environment (jupyter kernel on CRIB) with python >=3.9. For creating a jupyter kernel on CRIB, please contact Serkan or CRIB administrator.

I suggest installing zampy on your own laptop or on SURF Snellius. If you encounter any other problems, please don't hesitate to submit it as an issue or report it here. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants