-
Notifications
You must be signed in to change notification settings - Fork 2.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
[Bug]: build failure pydeck #8469
Comments
I'm trying to resolve the broken local builds, and have perhaps made some progress, but I'm hitting other errors. Removing
Caution Jupyter command
Warning (Deprecated) Installing extensions with the jupyter labextension install command is now deprecated and will be removed in a future major version of JupyterLab. Users should manage prebuilt extensions with package managers like pip and conda, and extension authors are encouraged to distribute their extensions as prebuilt packages Users should manage prebuilt extensions with package managers like pip and conda, and extension authors are encouraged to distribute their extensions as prebuilt packages We'll ignore this for now. We currently don't support JupyterLab v4, and v3 reaches EOL next month, according to jupyterlab/jupyterlab#15921. See #7030 for steps required to update to JupyterLab v4 — the migration appears non-trivial.
The first few cells complete, until we get to I'm not sure how to work around this part yet. My guess is that perhaps I need to roll back some other dependencies in requirements.txt or requirements-dev.txt, but I don't know which ones. If anyone currently has local builds working and would like to share the versions of dependencies you have installed ( |
I also tried running pypi-timemachine, which runs a local PyPi registry hiding any packages newer than the specified date. Testing an installation locked to <= 2023-01-01, the errors are essentially the same. I'm not sure pypi-timemachine affects nbextension extension installations, so maybe that's just not going to work here. One other clue, notebooks are generating HTML/JS output like this... const tooltip = True; // 🛑 should be 'true', not 'True'!
const customLibraries = null;
const configuration = null; ... if that narrows down which dependency might be causing the problem. 😕 |
Partial fix coming in #8756. Still working on the runtime errors above. |
Additional fix in #8780. The |
Current state of debugging, known errors, and known workarounds in: https://gist.github.com/donmccurdy/4cb069e73cbb82b6e5f75a0b3a6bb74f |
Description
I can't install
pydeck
from the source due to an invalidpyproject.toml
. See #6777 (comment)And unfortunately, the CI was fixed in the wrong way in #7198
We should remove the deprecated
setup.py develop
and prepare the correct pyproject.toml or otherwise remove it until it is ready.https://setuptools.pypa.io/en/latest/deprecated/commands.html#running-setuptools-commands
Flavors
Expected Behavior
install pydeck without failure
Steps to Reproduce
I followed this guide but without yarn, since this failure is not related to it.
Environment
Logs
The text was updated successfully, but these errors were encountered: