Giter Site home page Giter Site logo

Comments (8)

trevorcai avatar trevorcai commented on May 18, 2024 2

I see the issue, we're not providing prebuilt wheels for Py3.8+ to PyPI so they're running setup.py on your machine. I'll raise internally to add Py3.8 wheels to Haiku/Sonnet/dm-tree/...

from dm-haiku.

joaogui1 avatar joaogui1 commented on May 18, 2024 1

Thanks @jessebett for getting more info on the issue

from dm-haiku.

trevorcai avatar trevorcai commented on May 18, 2024
tycai:~/src$ python3 -m venv tmp && cd tmp/ && source bin/activate
tycai:~/src/tmp$ which bazel
tycai:~/src/tmp$ pip install --upgrade pip
# some output
tycai:~/src/tmp$ pip install jax jaxlib git+https://github.com/deepmind/dm-haiku
# more output
tycai:~/src/tmp$ python
Python 3.7.7 (default, Mar 10 2020, 13:18:53) 
[GCC 9.2.1 20191109] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import haiku as hk
>>> import jax
>>> import numpy as np
>>> hk.transform(lambda x: hk.Linear(2)(x)).init(jax.random.PRNGKey(428), np.ones((8, 3)))
# some warnings
frozendict({
  'linear': frozendict({
              'b': DeviceArray([0., 0.], dtype=float32),
              'w': DeviceArray([[-0.74963224,  0.05108356],
                                [-0.64863616, -0.96099967],
                                [ 0.69329786,  0.10406391]], dtype=float32),
            }),
})

This looks fine to me. More generally, Haiku is pure-Python, so I'm skeptical that bazel is required if you can install JAX. Can you provide more details?

from dm-haiku.

joaogui1 avatar joaogui1 commented on May 18, 2024

Frankly, yesterday it told me to download bazel and after doing that it installed, but today it doesn't seem to be asking for that. I'm not sure what happened and I'm sorry for opening an issue without more investigation

from dm-haiku.

jessebett avatar jessebett commented on May 18, 2024

@trevorcai I am also running into an issue with bazel dependency related to the dm-tree requirement.

from dm-haiku.

jessebett avatar jessebett commented on May 18, 2024

Okay so this installs fine on python 3.7 but on python 3.8 fails with the bazel dependency installing dm-tree

from dm-haiku.

trevorcai avatar trevorcai commented on May 18, 2024

@superbobry Mind taking a look at dm-tree on py3.8?

from dm-haiku.

trevorcai avatar trevorcai commented on May 18, 2024

#45 removes dm-tree as a Haiku dependency for users, so this shouldn't be an issue for naive installation. (We still depend on dm-tree in the examples dir and in tests, though.)
I'll make a new issue in dm-tree and close this one.

from dm-haiku.

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.