'why requirement.txt version as@file path not a number

pip freeze >requirement.txt After running , the version information appears as @file path, not as a number. I would like to know the solution.

look like this

absl-py==0.12.0

aiohttp @ file:///C:/ci/aiohttp_1602530153430/work



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source