ful1e5 / Bibata_Cursor

Open source, compact, and material designed cursor set.
https://www.bibata.live
GNU General Public License v3.0
2.01k stars 71 forks source link

Re: #50: Pip requirement is back #74

Closed yochananmarqos closed 3 years ago

yochananmarqos commented 3 years ago

See https://github.com/ful1e5/Bibata_Cursor/issues/50#issuecomment-568239188

I'm the Co-Maintainer of the bibata-cursor-theme AUR package. With 1.0.0, it will not build without Pip since it's called in the setup.py. The Python requirements are met with python-clickgen.

P.S. Your bug report template is awkward.

Tamas-Toth-ebola commented 3 years ago

Hi! I'm thinking I had got something same like on Ubuntu 20.04 with current 1.0.0 release:

image

yochananmarqos commented 3 years ago

@Tamas-Toth-ebola Your error is not related to this issue. It's complaining it can't find the Pillow module, which is odd because it detected Pillow is installed.

Tamas-Toth-ebola commented 3 years ago

Yes! This is why I sent it. Could I report it as discrete bug? Or could I send any other environmental info?

yochananmarqos commented 3 years ago

@Tamas-Toth-ebola Please create your own issue as it has nothing to do with this one. Please also delete your posts here after.

ful1e5 commented 3 years ago

Hi! I'm thinking I had got something same like on Ubuntu 20.04 with current 1.0.0 release:

image

I notice that you are on wrong branch. From v1.0.0 default branch is main.

git checkout main
git pull

check build docs here :point_down: https://github.com/ful1e5/Bibata_Cursor#manual-build

Tamas-Toth-ebola commented 3 years ago

Thank you! Absolutely true! This was a major problem, sorry for your time. I cloned the repo long time ago, do not remember why I was on master instead of main. Problem solved!

ful1e5 commented 3 years ago

See #50 (comment)

I'm the Co-Maintainer of the bibata-cursor-theme AUR package. With 1.0.0, it will not build without Pip since it's called in the setup.py. The Python requirements are met with python-clickgen.

P.S. Your bug report template is awkward.

Just pushed a new build process on dev_tree with setup.py.

Updated build Commands

Install builder:

python setup.py install

Build Windows & X11 cursors:

python build.py

Build x11 cursor only:

python build.py --x11

Build Windows cursor only:

python build.py --win