question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

3.2.0 Release on PyPI doesn't contain latest change

See original GitHub issue

On Aug 13, the __init__ method of Color was changed to set the alpha first:

https://github.com/bernhard-42/jupyter-cadquery/blob/9e0a093a5ab0610cad852b9414c93ccf8a032da8/jupyter_cadquery/utils.py#L15

But download and extract the PyPI version, in jupyter_cadquery/utils.py, the 15th line is if color is None:

Users may encounter a problem like AttributeError: 'Color' object has no attribute 'a' when trying to use show.

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
bernhard-42commented, Aug 20, 2022

@wzhd If you want to run Jupyterlab 3.4.5, please install it via pip install jupyterlab jupyterlab-widgets==1.1.1 This will ensure ipywidgets 7.7 to be correctly supported

1reaction
bernhard-42commented, Aug 20, 2022

Thanks @wzhd for finding it. Some error seems to have happened during deployment. I will deploy a version 3.2.1 to ensure consistency

Read more comments on GitHub >

github_iconTop Results From Across the Web

pip does not correctly resolve dependency version in at least ...
Here is an issue I found that does not seem to be reported yet. Problem: pip does not correctly resolve dependency versions from...
Read more >
Changelog - pip documentation v22.3.1
Implementation of pep-503 data-requires-python . When this field is present for a release link, pip will ignore the download when installing to a...
Read more >
'pip install' fails for every package ("Could not find a version ...
Apparently pip is trying to access PyPI via HTTPS (which is encrypted and fine), but with an old (insecure) SSL version. Your system...
Read more >
How to Publish an Open-Source Python Package to PyPI
In this step-by-step tutorial, you'll learn how to create a Python package for your project and how to publish it to PyPI, the...
Read more >
pip install tox==3.2.0 - PyPI
(only affected rc releases) Revert breaking change of tox.cmdline not callable ... depend on py>=1.4.0 which does not contain or install the py.test...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found