Coder Social home page Coder Social logo

Comments (5)

TheCleric avatar TheCleric commented on June 7, 2024 1

@adimyth not sure if it makes a difference but I run pip install -e .[dev] (notice the small difference from what you mentioned) and do not see this issue.

from data-science-types.

tmke8 avatar tmke8 commented on June 7, 2024

I think you need to first run

pip install -e .

in the main directory of the repository. I will add something about this to the README.

from data-science-types.

adimyth avatar adimyth commented on June 7, 2024

I had tried with pip install -e . "[dev]" as mentioned in your contributing section in README. But that doesn't worked either!

from data-science-types.

tmke8 avatar tmke8 commented on June 7, 2024

Do the errors look like this?

tests/pandas_test.py:3: error: Skipping analyzing 'pandas': found module but no type hints or library stubs
tests/pandas_test.py:4: error: Skipping analyzing 'numpy': found module but no type hints or library stubs
tests/pandas_test.py:6: error: Constraint 1 becomes "Any" due to an unfollowed import
tests/pandas_test.py:6: error: Constraint 2 becomes "Any" due to an unfollowed import
tests/pandas_test.py:9: error: Argument 1 to "assert_type" becomes "Any" due to an unfollowed import
tests/pandas_test.py:9: error: Argument 2 to "assert_type" becomes "Type[Any]" due to an unfollowed import
tests/pandas_test.py:13: error: Type of variable becomes "Any" due to an unfollowed import
tests/pandas_test.py:14: error: Type of variable becomes "Any" due to an unfollowed import
...
tests/matplotlib_test.py:10: error: Type of variable becomes "List[List[Any]]" due to an unfollowed import
Found 151 errors in 3 files (checked 3 source files)

from data-science-types.

adimyth avatar adimyth commented on June 7, 2024

Yes, similar to this!

from data-science-types.

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.