pschatzmann / jupyter-openscad-kernel

Jupyter kernel for OpenSCAD
11 stars 3 forks source link

Pathlib is now a part of python3.9 should not specify the requirement in setup.py #8

Open oddwatcher opened 2 years ago

oddwatcher commented 2 years ago

I encounter a installation problem when running pip install it tries to install the pathlib 1.0.1 which is nolonger need and cause a problem: root@localhost:~# pip install jupyter-openscad-kernel Collecting jupyter-openscad-kernel Using cached jupyter_openscad_kernel-1.0.14-py3-none-any.whl (24 kB) Collecting pathlib Using cached pathlib-1.0.1.tar.gz (49 kB) Preparing metadata (setup.py) ... error error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [1 lines of output] ERROR: Can not execute setup.py since setuptools is not available in the build environment. [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed

× Encountered error while generating package metadata. ╰─> See above for output. i clone the git repo and removed the dependency of pathlib the installation works

pschatzmann commented 2 years ago

Is there any chance that you submit a pull request ?

oddwatcher commented 2 years ago

okey