-
Notifications
You must be signed in to change notification settings - Fork 54
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
pants build fails: No module named contrib.node.register #25
Comments
can you paste the output please? |
|
Hmmm...so your output says it is running from the ~/.cache/pants directory. I suppose that these scripts could be bypassing some of our config by being run in this manner, they are pretty old. Although I do not see that when I run the scripts locally, even after deleting the pants directory. Let's try the optimistic thing and delete them both.
One way or another, when you delete these Pant needs to rebootstrap. If it fails, paste the fullput and the results of:
|
Output uploaded here: |
So - why did you change the pants script? If you return it to the state of Fsq.io's master branch, you should get different results: https://github.com/foursquare/fsqio/blob/master/pants That uses our config and builds a fsq.io virtualenv with Fsq.io dependencies. You are missing dependencies because you are not installing them. |
closing since the issue appears clear. Feel free to reopen as needed. |
Hi Mateo, I hadn't forgotten the issue - just waiting to hear more from
technical team as they were out last week. With the many things we did to
try to get around issues, not sure when the pants files would have been
edited. I started from scratch and could not recreate the issue but still
running into config problems hopefully we can get through. Thanks for the
help.
Best,
Kurosh
…On Mon, Dec 5, 2016 at 5:07 PM, Mateo Rodriguez ***@***.***> wrote:
Closed #25 <#25>.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#25 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/APqxWtAiEfNn0VgxxYo5ZMhb-vWTu4r1ks5rFIslgaJpZM4K_bH4>
.
|
It appeared to me that they tried to install Pants into the repo, which isn't needed. A fresh clone of fsqio, installing the deps listed in the README, and running the script appears to work. Troubleshooting would be:
Feel free to open a new issue if you have a new problem, and best of luck. |
Hi. When running:
./src/jvm/io/fsq/twofishes/scripts/parse.py -w /output/dir
I get error Exception message:
Failed to load the pants.contrib.node.register backend: No module named contrib.node.register
Same as issue #23 however when I run
rm -rf ~/.cache/fsqio
from fsqio directory and try again with above code, I get the same exception message
The text was updated successfully, but these errors were encountered: