Closed bashton-ajenkins closed 5 years ago
Hey Alan. I haven’t made a pip release in a while. I’ll do it this morning and check that it works.
This is related to how it's using namespace modules to support having separate pretf
and pretf.aws
packages that end up both being under pretf
when you import them. But it's broken. If you want to try this out before I get it fixed (probably won't get to it before tonight) then you can check out this repo and create a directory in the examples dir. If you use direnv then it will work automatically, otherwise check the contents of .envrc
to see how it is pip installing it from a local path.
Actually I fixed it. Please try version 0.3.0
Hey @raymondbutcher ,
The current pip release of pretf doesn't seem to actually include the module within it and when using it it reports Module not found.
I have confirmed this by looking at the RECORD file of the installed package which just has this as the contents:
Note the only installed file of note is /usr/bin/pretf.
Any chance of fixing this and getting another pip release out?
Thanks,
Alan Jenkins