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

lesscpy>=0.12.0 #213

Closed
japhar81 opened this issue Dec 28, 2017 · 16 comments
Closed

lesscpy>=0.12.0 #213

japhar81 opened this issue Dec 28, 2017 · 16 comments

Comments

@japhar81
Copy link

Looks like there's no lesscpy 0.12? I'm not sure if it was pulled or something, I see some references in google, but it doesn't appear to exist. Getting this error on install;

Collecting lesscpy>=0.12.0 (from jupyterthemes)
  Could not find a version that satisfies the requirement lesscpy>=0.12.0 (from jupyterthemes) (from versions: 0.9d, 0.9e, 0.9f, 0.9g, 0.9h, 0.9i, 0.9i.linux-x86_64, 0.9j, 0.6, 0.9a0, 0.9rc0, 0.10, 0.10.1, 0.10.2, 0.11.1, 0.11.2)
No matching distribution found for lesscpy>=0.12.0 (from jupyterthemes)
@sidpathak92
Copy link

Same here. Even after installing lesscpy, the same error above persists.

@ckaros
Copy link

ckaros commented Dec 28, 2017

confirmed. lesscpy 0.12 is not on PyPi

@ckaros
Copy link

ckaros commented Dec 29, 2017

I was able to find a copy of the lesscpy 0.12.0 whl on the PyPi page cached by google

Installing this whl locally with pip allowed me to install jupyterthemes

@rohanlolm
Copy link

The current version of lesscpy appears to be 0.11.2 failing the >=0.12.0 dependency

@odysseus0
Copy link
Contributor

I am having the exact same problem. It is stopping me from installing this package in my new machine.

odysseus0 added a commit to odysseus0/jupyter-themes that referenced this issue Dec 31, 2017
odysseus0 added a commit to odysseus0/jupyter-themes that referenced this issue Dec 31, 2017
There might have been an downgrade of the stable release of lesscpy. Now it is 0.11.2, lower than the required 0.12.0. Such conflict is stopping people from upgrading and installing the package.

Please refer to dunovank#213 for more details.
@amer
Copy link

amer commented Dec 31, 2017

A fast fix

wget https://pypi.python.org/packages/32/38/a55150ec018cf6fe11012bf1d988cd737af7f82227e4ac753619f0fb27a4/lesscpy-0.12.0.tar.gz
pip install lesscpy-0.12.0.tar.gz
pip install jupyterthemes

@aldanor
Copy link

aldanor commented Jan 1, 2018

Or just...

pip install https://pypi.python.org/packages/32/38/a55150ec018cf6fe11012bf1d988cd737af7f82227e4ac753619f0fb27a4/lesscpy-0.12.0.tar.gz
pip install jupyterthemes

@hmgl
Copy link

hmgl commented Jan 1, 2018

https://github.com/conda-forge/lesscpy-feedstock. Install under Python2.7.

@dunovank
Copy link
Owner

dunovank commented Jan 3, 2018

Hi everyone, I'm very sorry for the delay in addressing this issue (I've been away on vacation and neglecting my support duties :/

(Also a HUGE thanks to everyone who has helped out in my absence responding to user issue reports!)

I see that the PR submitted by @PegasusWithoutWings raises errors on TravisCL. Sometimes this occurs without impacting the actual functionality of JT but I just want to make sure that the PR solves the issue on both Python 2 and 3. Can anyone confirm this?

@dunovank
Copy link
Owner

dunovank commented Jan 3, 2018

I've pushed an update that fixes the install issue and can confirm install/upgrade works with Python 3 distributions. Please report any problems back here and I'lll do my best to address them in a timely manner. Thanks again y'all!

@dunovank
Copy link
Owner

dunovank commented Jan 4, 2018

has anyone had a chance to install/upgrade to the latest release (v0.18.3)?

@japhar81
Copy link
Author

japhar81 commented Jan 4, 2018

@dunovank not yet, but I intend to give it a try tonight

@dunovank
Copy link
Owner

dunovank commented Jan 4, 2018

great thanks @japhar81

@dunovank
Copy link
Owner

@japhar81 any chance you've checked this yet?

@japhar81
Copy link
Author

@dunovank apologies -- I did and confirmed it's working. Apparently I forgot to comment on here.

@dunovank
Copy link
Owner

@japhar81 no worries, thanks for checking!

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

9 participants