-
The vscode extension needs to be able to use a language server running on the server in the context of the Core+ worker.
- Extension needs to talk to language service specific to the Core+ worker …
-
When I run run_aca.py for antmaze, this error will occur:
AttributeError: module 'd3rlpy.preprocessing.reward_scalers' has no attribute 'ConstantShiftRewardScaler'
My conda environment satisfy all…
-
### linters
- jshint/eshint
- flake8
- pycodestyle
### packages
These all require **Package Control** to be installed:
- acejump
- autopep8
- angularjs
- babel
- brackethighlighter
- dockblockr
- emm…
-
Worked according to this instruction: https://github.com/KonstantinUshenin/nndt/wiki/NNDT-installation-on-Windows-with-WSL#2-python-requirementstxt-installation
When working with ubuntu 20.04, the…
-
Hi, dear developer,
When I was using this software developed by you, I encountered two problems related to "poetry install".
1. Poetry is to install dependencies using pyproject.toml, right? Then i…
-
Currently this repository contains both `requirements.txt` and `Pipfile.lock`. Those two files are not kept in sync, which means that depending on how a user installs Paperless, they will have a diffe…
-
### Environment information
- `ape` and plugin versions:
```
$ ape --version
any
$ ape plugins list
any
```
- Python Version: any
- OS: any
### What went wrong?
When running `si…
-
My python version is 3.9.
pip3 install --no-cache-dir -r requirements.txt
ERROR: Cannot install -r requirements.txt (line 10) and PyJWT==2.4.0 because these package versions have conflicti…
-
### Details
Go through all the python files to update requirements.txt with relevant packages
Checklist
- [X] Modify `Strategies/ScreeniPyStocks/requirements.txt` ✓ https://github.com/SerendipityO…
-
We often have code snippets that need to live in different files. It's pretty common to start these snippets with a comment naming the file it belongs to.
```python
# ../config.py
config = {}
``…