Skip to content
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

Invalid script entry point #3

Closed
Ads20000 opened this issue Sep 8, 2019 · 2 comments
Closed

Invalid script entry point #3

Ads20000 opened this issue Sep 8, 2019 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@Ads20000
Copy link

Ads20000 commented Sep 8, 2019

Got this error for pip3 install bauh on Ubuntu 19.04, any ideas?

Successfully built bauh
Installing collected packages: colorama, PyQt5-sip, pyqt5, requests, bauh
Invalid script entry point: <ExportEntry bauh = bauh.app:None []> for req: bauh - A callable suffix is required. Cf https://packaging.python.org/en/latest/distributing.html#console-scripts for more information.
$ apt show python3-pip
Version: 18.1-5
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
$ snap version
kernel  5.0.0-27-generic
@vinifmor
Copy link
Owner

vinifmor commented Sep 8, 2019

Hello @Ads20000, I haven't got this before but I will test here for Ubuntu 19 and get back to you. In the meantime, try the manual installation via virtualenv. The process is described in the project README file. If you have any doubt in how to do it, post it here, please.

@vinifmor
Copy link
Owner

vinifmor commented Sep 9, 2019

I have just installed a fresh Ubuntu 19.04 in a virtual machine and could install the application without problems using sudo pip3 install bauh. The pip version is the same as yours (18.1-5) and the python3 version is 3.7.3-1. What's your python3 version ? Just a thought: it would be better to install the application in a virtualenv to not mess up with your system libraries.

@vinifmor vinifmor self-assigned this Sep 22, 2019
@vinifmor vinifmor added the bug Something isn't working label Sep 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants