Git Product home page Git Product logo

Comments (4)

GithubUsr140906 avatar GithubUsr140906 commented on June 5, 2024

I have the exact same issue

from dowhy.

rghelichi avatar rghelichi commented on June 5, 2024

so it seems it works fine with Python 3.6 and it gives me an error with Python 3.7. the other issue is with networkx it has to be 2.x version to work. which I suggest adding the version of dependencies in the "requirement" file the version of dependencies.
I have added the versions of the packages in the virtual env that dowhy works.
requirements.txt

from dowhy.

amit-sharma avatar amit-sharma commented on June 5, 2024

Thanks for your patience @rghelichi . You are right---this is fixed when network is 2.x. I have updated the requirements.txt now.

from dowhy.

Shanzaay avatar Shanzaay commented on June 5, 2024

I have tried many solutions but can't seem to solve the problem. This code is in Python 2.7 and I am using Python 3.7. While searching I find out that this gives an error in Python 3.7. Can anyone help me how to remove this error in Python 3.7?

    print('Loading c3d features ...')
            features = h5py.File(self._options['feature_data_path'], 'r') 
            self._feature_ids = features.keys()
            self._features = {video_id:np.asarray(features[video_id].values() [0]) for video_id in 
            self._feature_ids}

This is the error I am getting:

           E:\jupyter book\data_provider.py in <dictcomp>(.0)
         ---> 68         self._features 
           {video_id:np.asarray(features[video_id].values()[0]) for 
           video_id in self._feature_ids}
         69 
          70 
         TypeError: 'ValuesViewHDF5' object is not subscriptable

from dowhy.

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.