-
Notifications
You must be signed in to change notification settings - Fork 7
Description
NEVER HAD I SEEN SUCH BAD ORGANIZED CODES!!!
see what you wrote (this is just one sample):
absl-py==1.4.0
anykeystore==0.2
appdirs==1.4.4
asttokens @ file:///home/conda/feedstock_root/build_artifacts/asttokens_1670263926556/work
backcall @ file:///home/conda/feedstock_root/build_artifacts/backcall_1592338393461/work
backports.functools-lru-cache @ file:///home/conda/feedstock_root/build_artifacts/backports.functools_lru_cache_1618230623929/work
beautifulsoup4==4.12.2
Bottleneck @ file:///opt/conda/conda-bld/bottleneck_1657175564434/work
This way of installation using local files is very inconvenient for others to reproduce!
In addition, there are still many version dependency issues.
I am struggling with configuring the conda environment!
In addition, your file integrates many tasks together, which adds a lot of trouble to reading.
Please tidy up your code, dude.