Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation instructions failing #9

Open
zameerbharwani opened this issue Jan 30, 2024 · 4 comments
Open

Installation instructions failing #9

zameerbharwani opened this issue Jan 30, 2024 · 4 comments

Comments

@zameerbharwani
Copy link

The pip installation command in the README does not work. I've provided the terminal output below

$ git clone https://github.com/uf-hobi-informatics-lab/NLPreprocessing
Cloning into 'NLPreprocessing'...
remote: Enumerating objects: 183, done.
remote: Counting objects: 100% (7/7), done.
remote: Compressing objects: 100% (7/7), done.
remote: Total 183 (delta 0), reused 1 (delta 0), pack-reused 176
Receiving objects: 100% (183/183), 707.14 KiB | 3.70 MiB/s, done.
Resolving deltas: 100% (105/105), done.
zameerbharwani in ~/Desktop/test_code on master*
$ python -m pip install NLPreprocessing
Defaulting to user installation because normal site-packages is not writeable
ERROR: Could not find a version that satisfies the requirement NLPreprocessing (from versions: none)
ERROR: No matching distribution found for NLPreprocessing
zameerbharwani in ~/Desktop/test_code on master*
@bugface
Copy link
Collaborator

bugface commented Feb 1, 2024

can you try

git clone https://github.com/uf-hobi-informatics-lab/NLPreprocessing
cd NLPreprocessing
python -m pip install NLPreprocessing 
# or pip install .

@esther1262
Copy link

Hi, I got the same issue as well.

ERROR: Could not find a version that satisfies the requirement NLPreprocessing (from versions: none)
ERROR: No matching distribution found for NLPreprocessing

I have tried both
python -m pip install NLPreprocessing or pip install NLPreprocessing

Thanks

@bugface
Copy link
Collaborator

bugface commented May 22, 2024

@zameerbharwani @esther1262 can u try:

git clone https://github.com/uf-hobi-informatics-lab/NLPreprocessing
cd NLPreprocessing
pip install .

I have updated the readme. It should work now.

@esther1262
Copy link

It works! Thanks.

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

No branches or pull requests

3 participants