Giter VIP home page Giter VIP logo

Comments (7)

babak-1990 avatar babak-1990 commented on May 28, 2024 1

I also faced this problem when using this repository at the beginning, I tried to not use the command pip install datascope, instead I tried to install it by using python setup.py install after installing pip install -r .\requirements.txt .
But still I guess you'll face this problem""compute_all_importances_cy" data type mismatch " afterwards.

from datascope.

DSoudis avatar DSoudis commented on May 28, 2024 1

Thanks again,

I appreciate this.

I am not working in a local environment. I can only specify the name of a library and then a managed system in the backend uses pip on a proprietary cloud corporate-approved environment. I cannot clone anything anywhere!

from datascope.

DSoudis avatar DSoudis commented on May 28, 2024

Thanks babak-1990,

I can only install using pip my system. I will have to wait and see if something changes from the authors.
@zhangce @bojan-karlas any input would be appreciated. Thanks!

from datascope.

babak-1990 avatar babak-1990 commented on May 28, 2024

what I meant was, If you look at the repository you can see there is setup.py file, you should be able to run it on your local computer after cloning the repository on your local environment. so basically you can do these steps:
1-create an environment using your choice of environment managing tool.(conda, pipenv, python)
2-clone the repository git clone https://github.com/easeml/datascope.git
3- install necessary requirements pip install -r .\requirements.txt
4- run the command python setup.py install

from datascope.

xzyaoi avatar xzyaoi commented on May 28, 2024

Hi @DSoudis @babak-1990, sorry I am too late on this issue :(.

I have created a new unstable release on PyPI that should fix this issue (PR #5), could you please try to install again with

pip install datascope==0.0.3a0?

This should build the required modules when you install datascope. I have tested on my local environment, and it works well.

Please let me know if this works/not works, so I can either close the issue or dig deeper into why this happens.

Best regards

from datascope.

DSoudis avatar DSoudis commented on May 28, 2024

Works fine for me now! Thank you for the fix :)

from datascope.

xzyaoi avatar xzyaoi commented on May 28, 2024

Works fine for me now! Thank you for the fix :)

Cool! A stable release will be published soon :)

from datascope.

Related Issues (5)

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.