-
Notifications
You must be signed in to change notification settings - Fork 15
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
create datalad-deatverse sibling on MAC does not work #332
Comments
Hi! 👋 We are happy that you opened your first issue here! 😄 If you haven't done so already, please make sure you check out our Code of Conduct. |
Uh-oh. The traceback suggests that the error comes from
The Looking at the rpds-py PyPI files page, it seems to have both ARM64 and x86-64 MacOS wheels. People in this StackOverflow thread (see also this Apple StackExchange thread) seem to have had success in similar situations by simply reinstalling the offending package ( As a side note, it seems you are installing the Python packages system-wide. For playing with the dependencies, I would consider using virtual environments (but it's not a necessity). |
Thanks for your reply. I reinstalled both rdps-py and (after testing) also the pyDataverse as a whole, but still got the same error. Obviously, the libraries with arm64 architecture have been installed, but something seems to need amd64 specifically. Any idea what I can do about this? |
I'm afraid I don't have a good idea, just a few guesses and questions; I don't know what, other than python itself, could need amd64 specifically.
Other than that, it would be quick to try from scratch in a fresh virtual environment, and try there just to be sure... something like:
|
After installing the datalad-dataverse interface on my new Mac (Apple M3, MacOS 15.0.1), using
pip install datalad-dataverse
,I'm running into an error, when trying to create a datalad sibling on Dataverse. I used the command:datalad add-sibling-dataverse https://data-beta.fz-juelich.de doi:XXXXXXX --mode filetree
and received the error message:Any idea, what can be done to bring this to work? Did I made a mistake?
The text was updated successfully, but these errors were encountered: