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

soapy command doesn't work after install #120

Open
ojdf opened this issue May 24, 2021 · 2 comments
Open

soapy command doesn't work after install #120

ojdf opened this issue May 24, 2021 · 2 comments

Comments

@ojdf
Copy link
Collaborator

ojdf commented May 24, 2021

Trying a clean install on Ubuntu for the first time in a while. Used the python setup.py install, but when I try to run soapy from the command line I get

pkg_resources.ResolutionError: Script 'scripts/soapy' not found in metadata at '/home/ollie/git/soapy/soapy.egg-info'

@andrewpaulreeves
Copy link
Collaborator

hmmmmm - thats odd. I've never seen that one before. I just had a quick go on MacOS and its ok. I've never been that clear on the various Python packaging methods, and have now moved from using python setup.py install to pip install . (in the package directory). Does that work?

@ojdf
Copy link
Collaborator Author

ojdf commented Jun 4, 2021

Hmm, ok pip install . worked.

I got the following warnings during the install
WARNING: Built wheel for soapy is invalid: Metadata 1.2 mandates PEP 440 version, but '0.13.2-70-gf0ab9ff' is not

DEPRECATION: soapy was installed using the legacy 'setup.py install' method, because a wheel could not be built for it. A possible replacement is to fix the wheel build issue reported above. You can find discussion regarding this at https://github.com/pypa/pip/issues/8368.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants