Giter Club home page Giter Club logo

Comments (1)

digitase avatar digitase commented on September 23, 2024

Hi, not sure if this is the right avenue, but I'd also like to report a similar orjson.JSONDecodeError: unexpected character: line 1 column 1 (char 0) bug first reported by https://discuss.hail.is/t/hail-fails-after-installing-it-on-a-single-computer/3653

Hail installed from https://anaconda.org/sfe1ed40/hail
EDIT: the same error occurs after pip install hail into a fresh conda env, which produced hail version 0.2.130-bea04d9c79b5

Terminal output:

Python 3.10.13 | packaged by conda-forge | (main, Dec 23 2023, 15:36:39) [GCC 12.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import hail as hl
hl.init()
>>> hl.init()
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Running on Apache Spark version 3.4.1
SparkUI available at http://xxxx:xxxx
Welcome to
     __  __     <>__
    / /_/ /__  __/ /
   / __  / _ `/ / /
  /_/ /_/\_,_/_/_/   version 0.2.127-d18228b9bc5b
LOGGING: writing to xxxx.log
>>> hl.utils.range_table(10).collect()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "<decorator-gen-1234>", line 2, in collect
  File "/xxxx/lib/python3.10/site-packages/hail/typecheck/check.py", line 584, in wrapper
    return __original_func(*args_, **kwargs_)
  File "/xxxx/lib/python3.10/site-packages/hail/table.py", line 2213, in collect
    return Env.backend().execute(e._ir, timed=_timed)
  File "/xxxx/lib/python3.10/site-packages/hail/backend/backend.py", line 188, in execute
    result, timings = self._rpc(ActionTag.EXECUTE, payload)
  File "/xxxx/lib/python3.10/site-packages/hail/backend/py4j_backend.py", line 219, in _rpc
    error_json = orjson.loads(resp.content)
orjson.JSONDecodeError: unexpected character: line 1 column 1 (char 0)

Log file:

2024-04-25 16:07:16.773 Hail: INFO: SparkUI: http://xxxx:xxxx
2024-04-25 16:07:21.589 Hail: INFO: Running Hail version 0.2.127-d18228b9bc5b

from hail.

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.