Jelle Teijema
Jelle Teijema
@J535D165 I think I have seen this issue before. In the legacy Makita code we also had an issue we fixed with casting a path this way. https://github.com/asreview/asreview-makita-legacy/pull/50#discussion_r955827198
@Verrem98 Nice find!
Not directly. Could you copy the exact commands you are using to this discussion @brittdev? I'd like to try for myself.
Now I do have a small idea about what the problem is. Could you try to run the command using `nn-2-layer` and not `nn2layer`? This does not explain why this...
Hi @kathng23, this is quite a unique issue! We're still looking into it. In the mean time, could you tell us what version of ASReview you have installed? @tchr28 mentions...
Hi @jf29medma, the problem is with downloading the dataset! In the code, step 4 downloads a dataset, but it seems the link is broken. Visiting https://raw.githubusercontent.com/asreview/systematic-review-datasets/master/datasets/van_de_Schoot_2017/output/van_de_Schoot_2017.csv for me shows an...
@PeterLombaers @J535D165 We should update the API example
@jf29medma, glad to hear the tutorial worked for you in VSC. If you find a solution to the issues you encountered with Jupyter Notebook, please do share. It could be...
Hi @wolfgangmeisen, I think we can solve this by moving the entire installation to another location. We can achieve this by putting python and ASReview inside a [virtual environment](https://docs.python.org/3/library/venv.html). Using...
I doubt actually only the data folder is the issue: ``` ERROR:root:Project 'C:\Program Files\Python\Python3.12\Lib\site-packages\asreview\data' not found ERROR:root:Project 'C:\Program Files\Python\Python3.12\Lib\site-packages\asreview\entry_points' not found ERROR:root:Project 'C:\Program Files\Python\Python3.12\Lib\site-packages\asreview\io' not found ERROR:root:Project 'C:\Program Files\Python\Python3.12\Lib\site-packages\asreview\models' not...