PhilippWillms

Results 34 comments of PhilippWillms

`pipreqsnb --encoding=utf8 LitRevCoding_ContingencyAnalysisGraph.ipynb`

I can give you the following observations: - `pipreqsnb --encoding=utf8 LitRevCoding_ContingencyAnalysisGraph.ipynb --savepath="C:\Users\Philipp Willms\requirement1.txt"` leads to following output > pipreqs --encoding utf8 --savepath C:\Users\Philipp Willms\requirements1.txt .//__temp_pipreqsnb_folder/ Usage: pipreqs [options] [< path...

Unfortunately, now even the workaround with the filepath w/o spaces does not work anymore. `pipreqsnb --encoding=utf8 LitRevCoding_ContingencyAnalysisGraph.ipynb --savepath "C:\Users\Public\requirements.txt"` as well as `pipreqsnb --encoding=utf8 LitRevCoding_ContingencyAnalysisGraph.ipynb` lead to following output >...

Hey @ivanlen , I figured out what is still open: The error I reported 23 hours ago seems to be related to the fact that I am running `pipreqnsnb` for...

Is this issue still open? If not, someone of the admins should close, I think ...

I think I got similar error, a separate `pip install redis `fixed it.

Indeed I faced the same issue. Maybe a PR on the Environment https://github.com/prosysscience/JSSEnv is needed which provides a less OS-dependent implementation. This needs to cover the following areas: 1. Name...

Any update on those topics?

@scottsun94 : Good point. Indeed it is also happening for "simple" actors from ray core. ``` from time import sleep import ray @ray.remote class Counter: def __init__(self): self.i = 0...

See the output of `pip show psutil` on my anaconda env. > Name: psutil > Version: 5.9.8 > Summary: Cross-platform lib for process and system monitoring in Python. > Home-page:...