question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

cannot make sonnet working!!

See original GitHub issue

Hi, I’m trying to simply install sonnet, but it is not working. I used instructions on the first page and also did sudo python setup.py build && python setup.py install

it seems to be installed fine but I get the following error, can someone tell me what is going on?: `

import sonnet as snt import tensorflow as tf snt.resampler(tf.constant([0.]), tf.constant([0.])) Traceback (most recent call last): File “<stdin>”, line 1, in <module> File “sonnet/python/ops/resampler.py”, line 65, in resampler raise ImportError(“_gen_resampler could not be imported.”) ImportError: _gen_resampler could not be imported.

`

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:9 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
smizycommented, Apr 22, 2017

@gyang1011 try “/tmp/tensorflow_pkg/tensorflow-1.1.0-cp27-cp27mu-linux_x86_64.whl”. “rc1” string seems to be removed in r1.1 branch. I also follow the above instruction and have successfully installed on alpine based docker image. resampler output is fine.

1reaction
arnaghizadehcommented, Apr 22, 2017

I use virtual box so I chose to disable CUDA (no GPU and OpenCL)

Read more comments on GitHub >

github_iconTop Results From Across the Web

AudioKey not pairing with sonnet 1 - HearPeers Forum
I recently purchased an audio link, but I cannot link my CI with audio key. My audiologist doesn't know what minor adjustment she...
Read more >
Sonnet Generator
Our sonnet generator lets you input your own words and, if we can't make them work in the sonnet format, we access the...
Read more >
How to Write a Sonnet - Dummies.com
Learn how to write a sonnet in a few easy steps to help you better understand poetry concepts like iambic pentameter and proper...
Read more >
How to Write a Sonnet Poem in 7 Steps - Udemy Blog
How to write a sonnet · 1. Choose a theme or problem · 2. Pick a type of sonnet · 3. Write in...
Read more >
Tips for Teaching a Sonnet to your Students
And — being able to understand (and write!) a sonnet is just so cool! ... Literary critics are still debating meanings and symbols...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found