Git Product home page Git Product logo

Comments (7)

dennybritz avatar dennybritz commented on April 29, 2024

Hmm, I have never seen this error before. It seems like other people have had problems with anaconda, it must be somehow related to its Python installation and version...

It's hard for me to fix this without being able to reproduce it.

from seq2seq.

panwarnaveen9 avatar panwarnaveen9 commented on April 29, 2024

I am also facing same issue... :(
I tensorflow/stream_executor/dso_loader.cc:128] successfully opened CUDA library libcublas.so locally
I tensorflow/stream_executor/dso_loader.cc:128] successfully opened CUDA library libcudnn.so locally
I tensorflow/stream_executor/dso_loader.cc:128] successfully opened CUDA library libcufft.so locally
I tensorflow/stream_executor/dso_loader.cc:128] successfully opened CUDA library libcuda.so.1 locally
I tensorflow/stream_executor/dso_loader.cc:128] successfully opened CUDA library libcurand.so locally
Traceback (most recent call last):
File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/usr/lib/python2.7/unittest/main.py", line 12, in
main(module=None)
File "/usr/lib/python2.7/unittest/main.py", line 94, in init
self.parseArgs(argv)
File "/usr/lib/python2.7/unittest/main.py", line 149, in parseArgs
self.createTests()
File "/usr/lib/python2.7/unittest/main.py", line 158, in createTests
self.module)
File "/usr/lib/python2.7/unittest/loader.py", line 130, in loadTestsFromNames
suites = [self.loadTestsFromName(name, module) for name in names]
File "/usr/lib/python2.7/unittest/loader.py", line 91, in loadTestsFromName
module = import('.'.join(parts_copy))
File "seq2seq/init.py", line 24, in
from seq2seq import contrib

ImportError: cannot import name contrib

is it some path issue ?

from seq2seq.

srikanthtamilselvam avatar srikanthtamilselvam commented on April 29, 2024

I guess the requirement is to use tensorflow 1.0. version mismatch could lead to this problem

from seq2seq.

jnuthong avatar jnuthong commented on April 29, 2024

@zhang-jian @panwarnaveen9

have same issue before, solve by using pip3
$ pip3 install -e .

note: please remember to use python3 to run the code

from seq2seq.

dennybritz avatar dennybritz commented on April 29, 2024

please remember to use python3 to run the code

The code should also work with Python 2.7, it's tested with both versions. It seems like it can't find the module, but I have no idea why. You could try:

export PYHTONPATH=/path/to/seq2seq/directory

from seq2seq.

zhang-jian avatar zhang-jian commented on April 29, 2024

After install tensorflow r1.0 (was r0.12), the problem is solved.

from seq2seq.

jnuthong avatar jnuthong commented on April 29, 2024

after upgrade tensorflow (1.0.1) do solve my problem

sudo pip install --upgrade tensorflow

from seq2seq.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.