dmitmatveev / data_analytics-math_python_pandas

MIT License
0 stars 0 forks source link

[FEAT] Delete platform-specific data from the pipenv-files #6

Open dmitmatveev opened 2 years ago

dmitmatveev commented 2 years ago

Is your feature request related to a problem? Please describe.

While installing dependencies for the repo via pipenv inside of the Ubuntu, I saw messages about ignoring of the win32 packages installing.

Any ideas how to solve?

Describe the solution you'd like ...

Describe alternatives you've considered ...

Additional context

Tag: v1.0.0

Ubuntu OS Info
$ lsb_release -a
>>>
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 20.04.4 LTS
Release:        20.04
Codename:       focal
  
$ pipenv install
Installing dependencies from Pipfile.lock (677338)...
  🐍   β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰ 2/2 β€” 00:00:00
Ignoring colorama: markers 'sys_platform == "win32"' don't match your environment
Ignoring pywin32: markers 'sys_platform == "win32" and platform_python_implementation != "PyPy"' don't match your environment
To activate this project's virtualenv, run pipenv shell.
Alternatively, run a command inside the virtualenv with pipenv run.