Closed sheagcraig closed 3 months ago
So, sorry for the enormous snippet above.
I was able to get the dev and tests groups to install by
The above were oddly trying to build from source on my machine, possibly because python 3.12 wheels don't exist for older versions of these packages which are resolving?
So I think I'm in business but it seems there are some rough edges for getting started with these that I'm happy to help out with if you can direct me.
Salt Project / VMware has ended active development of this project, this repository will no longer be updated.
The community has created and maintained a better alternative to the development of Salt extensions: salt-extensions/salt-extension-copier (Create and maintain Salt extensions using Copier)
Hi friends! Trying to kick the tires on some salt-extension development and I'm at a roadblock that I can't seem to work out on my own.
I followed the Quickstart instructions from this repo, followed by the followup instructions from the output of create-salt-extension.
I get stuck at
python -m pip install -e '.[dev,tests,docs]'
with...I've tried both the python.org and homebrew python 3.12s, as well as adding CFLAGS for the longintrepr.h file, which it strangely can't find.
Even then-failure
THanks for your help!