3.2.0 Release on PyPI doesn't contain latest change
See original GitHub issueOn Aug 13, the __init__
method of Color
was changed to set the alpha first:
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:
- Created a year ago
- Comments:5 (5 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@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 supportedThanks @wzhd for finding it. Some error seems to have happened during deployment. I will deploy a version 3.2.1 to ensure consistency