Skip to content

(fix) version mismatch in setup.py and requirement#8

Open
javadr wants to merge 2 commits into
haraai:mainfrom
javadr-forky:main
Open

(fix) version mismatch in setup.py and requirement#8
javadr wants to merge 2 commits into
haraai:mainfrom
javadr-forky:main

Conversation

@javadr

@javadr javadr commented Dec 9, 2023

Copy link
Copy Markdown

There is a version mismatch in setup.py and requirement.txt. This PR fixes this issue by making both the same version.

I understand that your package was developed with a specific version of other packages. However, when installed via pip, it did not work properly, resulting in the error:

AttributeError: module 'inspect' has no attribute 'formatargspec'

Manually updating the nltk package resolved the issue, and updating all other requirements made the module work seamlessly. Therefore, I recommend updating the setup.py with >= instead of == for packages to enhance compatibility.

Please proceed to update the PyPI repository with these latest changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant