-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Comments
Same here. Even after installing lesscpy, the same error above persists. |
confirmed. lesscpy 0.12 is not on PyPi |
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 |
The current version of lesscpy appears to be 0.11.2 failing the >=0.12.0 dependency |
I am having the exact same problem. It is stopping me from installing this package in my new machine. |
Please refer to dunovank#213
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.
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 |
Or just...
|
https://github.com/conda-forge/lesscpy-feedstock. Install under Python2.7. |
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? |
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! |
has anyone had a chance to install/upgrade to the latest release (v0.18.3)? |
@dunovank not yet, but I intend to give it a try tonight |
great thanks @japhar81 |
@japhar81 any chance you've checked this yet? |
@dunovank apologies -- I did and confirmed it's working. Apparently I forgot to comment on here. |
@japhar81 no worries, thanks for checking! |
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;
The text was updated successfully, but these errors were encountered: