-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error on windows? only #31
Comments
The culprit was |
I'm encountering the following error when trying to install from source code:
I noticed that the referenced file 'crosswalk.csv' was not checked out with master, so I downloaded it from https://github.com/codemeta/codemeta/tree/22cf4c2b836a0026565792b5d1b3c5ff6c1fc82b and added it manually, which enabled the installation. After that I could successfully execute codemetapy on the repository that failed before. |
Make sure to use the The instructions should probably be updated to communicate this better. |
Oh yeah, I did not notice there was a submodule present. That explains. I wanted to keep this open in case there was something else to fix, but that means this issue is solved. Thank you for the fast reaction! |
After creating a fresh venv on a windows system with python 3.10, installing codemetapy and executing it on a cloned repo I get the following error:
The last line makes me think that this is an error about combining unix and windows filepath delimiters?
The text was updated successfully, but these errors were encountered: