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

Can't install some packages #3

Open
seal-git opened this issue Feb 25, 2022 · 0 comments
Open

Can't install some packages #3

seal-git opened this issue Feb 25, 2022 · 0 comments

Comments

@seal-git
Copy link

seal-git commented Feb 25, 2022

When installing packages by using pipenv, it fails to install Tensorflow and igonres some packages.

Installation command: pipenv install -r requirements.txt
Environment: Pipenv 2022.1.8, Pyenv 2.2.3-4-g971397dd

Error mssage:

Ignoring jsonschema: markers 'python_version >= "3.7"' don't match your environment
An error occurred while installing tensorflow==2.6.2 --hash=sha256:16dc1... 
Ignoring traitlets: markers 'python_version >= "3.7"' don't match your environment
Installing initially failed dependencies...
[pipenv.exceptions.InstallError]: Collecting tensorflow==2.6.2
ERROR: Couldn't install package: tensorflow

(On line 2, hash value continues. )

If I removed the requiements of Tensorflow, pipenv installation finished successfully.
Is Tensorflow necessary? I couldn't find any scrits which requires tensorflow.

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

1 participant