Incompatible and old pip packages.Many operations are not run stably
See original GitHub issueHello,
Most of the pip packages in Requirements.txt are minus versions and they are incompatible with each other, so can you send the updated requirements.txt file or pip package versions.Many operations are not run stably for this reason.
gym==0.14.0
numpy==1.18.4
scipy==1.1.0
lxml==4.4.1
pyprind==2.11.2
nose2==0.8.0
six==1.11.0
path.py
joblib==0.10.3
python-dateutil==2.7.3
cached_property
pyglet==1.3.2
matplotlib==3.1.0
imutils==0.5.1
numpydoc
ray==0.8.0
opencv-python
dill
lz4
setproctitle
psutil
opencv-python
boto3==1.10.45
redis~=2.10.6
pandas==0.24.2
plotly==2.4.0
tabulate
tensorflow==1.15.2
awscli==1.16.309
torch==1.4.0
pytz
tensorboardX
Best Regards,
Issue Analytics
- State:
- Created 3 years ago
- Comments:7
Top Results From Across the Web
Incompatible and old pip packages.Many operations are not ...
my process normally is: Unpin patch verions (boto3==1.16 instead of 1.16.309), try to install, test your code. If this works, run pip freeze ......
Read more >User Guide - pip documentation v22.3.1
Validate your current environment by running pip check . This will report if you have any inconsistencies in your set of installed packages....
Read more >Managing Python packages the right way - Opensource.com
The Python Package Index (PyPI) indexes an amazing array of libraries and applications covering every use case imaginable.
Read more >black · PyPI
You can run Black as a package if running it as a script doesn't work: python -m black {source_file_or_directory}. Further information can be...
Read more >Add Python packages with compiled binaries to Lambda - AWS
This makes your deployment package incompatible with Lambda if you're not using a Linux operating system. To create a Lambda deployment ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I wish they have responded to all these issues and wouldn’t just introduce a package and call it a day!
I also had the same issue and resolved it by doing the following https://github.com/flow-project/flow/issues/1071, it might work for you.