Code Monkey home page Code Monkey logo

Comments (10)

honnibal avatar honnibal commented on August 20, 2024 1

Should be fixed now --- we shouldn't need to use Sputnik anymore.

from sense2vec.

elyase avatar elyase commented on August 20, 2024

Try downloading the model with:

sputnik --name sense2vec --repository-url http://index.spacy.io install reddit_vectors

from sense2vec.

sevaader avatar sevaader commented on August 20, 2024

Yes it works with the sputnik command line. Thx

from sense2vec.

sunwei317 avatar sunwei317 commented on August 20, 2024

Run
sputnik --name sense2vec --repository-url http://index.spacy.io install reddit_vectors
Traceback (most recent call last):
File "/usr/local/bin/sputnik", line 11, in
load_entry_point('sputnik==0.9.3', 'console_scripts', 'sputnik')()
File "/usr/local/lib/python2.7/site-packages/sputnik/main.py", line 12, in main
args.run(args)
File "/usr/local/lib/python2.7/site-packages/sputnik/cli.py", line 45, in run
repository_url=args.repository_url)
File "/usr/local/lib/python2.7/site-packages/sputnik/init.py", line 23, in install
data_path = default_data_path(app_name)
File "/usr/local/lib/python2.7/site-packages/sputnik/util.py", line 26, in default_data_path
raise UnknownAppNameException(app_name)
sputnik.util.UnknownAppNameException: sense2vec

from sense2vec.

qykqykqyk avatar qykqykqyk commented on August 20, 2024

@sunwei317 Same Error... Have you found solutions. Thank so much.

from sense2vec.

qykqykqyk avatar qykqykqyk commented on August 20, 2024

@elyase Do you have any hint for sunwei317's error? Thanks so much.

from sense2vec.

jumbojett avatar jumbojett commented on August 20, 2024

bump

from sense2vec.

jumbojett avatar jumbojett commented on August 20, 2024

This error occurs when I install with USE_BLAS

from sense2vec.

patrickleet avatar patrickleet commented on August 20, 2024
sputnik --name sense2vec --repository-url http://index.spacy.io install reddit_vectors

used to work in our docker image, but it's been a few months and now running it results in an error:

Traceback (most recent call last):
  File "/usr/local/bin/sputnik", line 11, in <module>
    sys.exit(main())
  File "/usr/local/lib/python3.5/dist-packages/sputnik/__main__.py", line 12, in main
    args.run(args)
  File "/usr/local/lib/python3.5/dist-packages/sputnik/cli.py", line 45, in run
    repository_url=args.repository_url)
  File "/usr/local/lib/python3.5/dist-packages/sputnik/__init__.py", line 44, in install
    archive = cache.fetch(package_name)
  File "/usr/local/lib/python3.5/dist-packages/sputnik/cache.py", line 67, in fetch
    checksum_header=util.s3_header('md5'))
  File "/usr/local/lib/python3.5/dist-packages/sputnik/uget.py", line 219, in download
    write_func=write)
  File "/usr/local/lib/python3.5/dist-packages/sputnik/uget.py", line 187, in read_request
    assert bytes_read == total_size
AssertionError

from sense2vec.

xeb avatar xeb commented on August 20, 2024

Bump. Running into this error as well.

Traceback (most recent call last):
  File "/home/user/anaconda3/lib/python3.5/site-packages/sputnik/util.py", line 24, in default_data_path
    mod = __import__(app_name, globals(), locals(), [], 0)
  File "/media/dropbox/Projects/sense2vec/sense2vec/__init__.py", line 2, in <module>
    from .vectors import VectorMap
ImportError: /media/dropbox/Projects/sense2vec/sense2vec/vectors.cpython-35m-x86_64-linux-gnu.so: undefined symbol: _ZTINSt8ios_base7failureB5cxx11E

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/user/anaconda3/bin/sputnik", line 11, in <module>
    sys.exit(main())
  File "/home/user/anaconda3/lib/python3.5/site-packages/sputnik/__main__.py", line 12, in main
    args.run(args)
  File "/home/user/anaconda3/lib/python3.5/site-packages/sputnik/cli.py", line 45, in run
    repository_url=args.repository_url)
  File "/home/user/anaconda3/lib/python3.5/site-packages/sputnik/__init__.py", line 23, in install
    data_path = default_data_path(app_name)
  File "/home/user/anaconda3/lib/python3.5/site-packages/sputnik/util.py", line 26, in default_data_path
    raise UnknownAppNameException(app_name)
sputnik.util.UnknownAppNameException: sense2vec

from sense2vec.

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.