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

Issue building GPy-1.10.0.tar.gz offline #1052

Open
rameezdev opened this issue Dec 6, 2023 · 4 comments
Open

Issue building GPy-1.10.0.tar.gz offline #1052

rameezdev opened this issue Dec 6, 2023 · 4 comments
Labels
need more info If an issue or PR needs further information by the issuer

Comments

@rameezdev
Copy link

rameezdev commented Dec 6, 2023

Problem:
I am encountering difficulties while trying to build GPy-1.10.0.tar.gz without an internet connection. The process is not working as expected. I have all the required whl files already in the same folder.

Details:

Environment: Python 3.10, Windows 11, VS Studio C++ build tool installed
Error Messages:

image

@MartinBubel
Copy link
Contributor

Hi @rameezdev
I cannot read anything on the image and also cannot open or download it. Could you please copy-paste your error message?

Also, I am not sure what your issue is about? Please describe in more detail what you are trying to do, what you are expecting, and what error you are getting.

@MartinBubel MartinBubel added the need more info If an issue or PR needs further information by the issuer label Dec 18, 2023
@rameezdev
Copy link
Author

rameezdev commented Dec 18, 2023

Hi @rameezdev I cannot read anything on the image and also cannot open or download it. Could you please copy-paste your error message?

Also, I am not sure what your issue is about? Please describe in more detail what you are trying to do, what you are expecting, and what error you are getting.

I'm trying to install GPy-1.10.0 in a closed network i.e. without internet connectivity. I already downloaded all the required whl/tar files in the folder. Is it possible to install GPy using python 3.10 without internet connectivity?

@MartinBubel
Copy link
Contributor

GPy has dependencies, e.g. numpy, and we don't pack them into the tar file. This makes sense as GPy is compatible with many different versions of its dependencies and thus, shipping the dependencies with it does not make sense ihmo.

I suggest you check the setup.py file for its dependencies and make sure you have them installed in your environment before you try installing GPy from its wheel/tar file.

@MartinBubel
Copy link
Contributor

Hi @rameezdev
Did you retry using the wheel/source dust of GPy==1.13.1?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need more info If an issue or PR needs further information by the issuer
Projects
None yet
Development

No branches or pull requests

2 participants