question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Incompatible and old pip packages.Many operations are not run stably

See original GitHub issue

Hello,

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:open
  • Created 3 years ago
  • Comments:7

github_iconTop GitHub Comments

2reactions
arashtavakolicommented, Mar 2, 2021

I wish they have responded to all these issues and wouldn’t just introduce a package and call it a day!

1reaction
bharath2438commented, Oct 31, 2022

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found