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

No pip install #5

Closed
grudloff opened this issue Dec 4, 2020 · 9 comments
Closed

No pip install #5

grudloff opened this issue Dec 4, 2020 · 9 comments

Comments

@grudloff
Copy link
Contributor

grudloff commented Dec 4, 2020

Hey, it seems the project isn't available through pip install!

@zealberth
Copy link
Owner

Oh, i'm sorry, I will fix this. Thanks!

@grudloff
Copy link
Contributor Author

grudloff commented Dec 9, 2020

Thanks!

@grudloff grudloff closed this as completed Dec 9, 2020
@zealberth
Copy link
Owner

@grudloff
Copy link
Contributor Author

Thanks! Is there any easy way to bypass the python^3.8 requirement to install on google colab that currently has python 3.7.10?

@zealberth
Copy link
Owner

Hi, @grudloff !

Try this into your colab notebook:

image

[I think that is better I change the minimum requirements for this package... hehehe]

@grudloff
Copy link
Contributor Author

grudloff commented Apr 27, 2021

Relaxing the constraint from pip cli seems impossible. So it looks like git clone is the only option, though I came to a solution that maintains the same syntax for importing.

!git clone https://github.com/zealberth/lssvr
!mv lssvr/lssvr lssvr_temp 
!rm lssvr -r 
!mv lssvr_temp lssvr

But changing the minimum requirements may be better 😬

@zealberth
Copy link
Owner

Nice :)

@grudloff
Copy link
Contributor Author

Found an even better solution.

!pip install git+https://github.com/zealberth/lssvr.git

This has the added advantage of installing the last version!

@grudloff
Copy link
Contributor Author

@zealberth maybe it is a good idea to add

Found an even better solution.

!pip install git+https://github.com/zealberth/lssvr.git

This has the added advantage of installing the last version!

@zealberth maybe it is a good idea to add this option to the readme to install the latest version?

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

2 participants