Skip to content

Requirements fix (python 3.8)#2

Open
lbacik wants to merge 1 commit intopr4k:masterfrom
lbacik:requirements
Open

Requirements fix (python 3.8)#2
lbacik wants to merge 1 commit intopr4k:masterfrom
lbacik:requirements

Conversation

@lbacik
Copy link
Copy Markdown
Contributor

@lbacik lbacik commented Sep 6, 2020

I'm not sure what is the role of this pkg-resources package - so i've only commented it out for the time being, because it causes the problem in my env:

(venv) ➜  Te-We git:(requirements) ✗ pip install -r requirements.txt 
...
ERROR: Could not find a version that satisfies the requirement pkg-resources==0.0.0 (from -r requirements.txt (line 4)) (from versions: none)
ERROR: No matching distribution found for pkg-resources==0.0.0 (from -r requirements.txt (line 4))

maybe there is something wrong with my environment, but without this package, i can install and run the app :)

@pr4k
Copy link
Copy Markdown
Owner

pr4k commented Sep 13, 2020

Thanks for showing interest in the project, Are you sure that not installing pkg-resources is not breaking the code

@lbacik
Copy link
Copy Markdown
Contributor Author

lbacik commented Sep 19, 2020

i'm not - i do not know this package, what is its role etc... but i had to remove it from requirements.txt to be able to install dependencies and run (successfully) app on macOS/python3.8. But maybe it's only my problem... it needs to be confirmed/verified.

@Salah3beed
Copy link
Copy Markdown

The solution is so simple; you just remove that line from the requirments.txt
pkg-resources==0.0.0

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.

3 participants