-
Notifications
You must be signed in to change notification settings - Fork 96
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
Problems installing #151
Comments
@jhaiduce Did you try creating a new clean environment in conda? I have had problems with some packages (I think it was matplotlib but I'm not quite sure) with Python 3.9, you can create a new environment with Python 3.8 maybe? |
I have also problems installing pykep library
Did you manage to solve this issue? I am running Python 3.8.13 on a new Conda environment. |
what architecture is your machine? I cannot reproduce this problem. |
I am using ARM architecture (Apple silicon M1 Pro) |
Than that is probably the reason ... not sure what happens with the M1 but it has issues with conda. Can you try to set the channel priority to false and try again? |
Thanks @darioizzo for your suggestion, unfortunately it does not work either... I raised this issue in the library where I originally found it (kesslerlib/kessler) and some contributors managed to get it working on M1 (issue)... Do you have any other suggestion I could try? |
The conda recipe of pykep needs to be explicitly updated to enable support for ARM OSX, it is not an automatic process. If I recall correctly, one has first to open a PR to conda-forge to add pykep to the list of ARM OSX packages. See here for an example: conda-forge/conda-forge-pinning-feedstock#2708 Then a PR to the pykep feedstock will be opened automatically by a bot. |
Thanks @bluescarni ! The PR that I did yesterday to conda-forge to include Do you know what could be the lead-time for the PR to the pykep feedstock to be approved? |
The PR to the pykep feedstock is open here: conda-forge/pykep-feedstock#27 There seems to be an issue with the recipe, I think the problem is that |
@JJavierRosales the packages for osx arm64 should now be available. |
@bluescarni That worked ! Thank you very much for your support. |
Same issue trying to install pykep with Python 3.11 on Windows 11 x64:
|
failed to install with conda C:\Users\Administrator>conda config --set channel_priority strict C:\Users\Administrator>conda install pykep
|
It looks like pykep is unavailable for install through pip and the anaconda package has broken dependencies.
Pip:
Anaconda (using a newly created conda environment):
My system is running Fedora 34 and has Python 3.9.5 installed.
The text was updated successfully, but these errors were encountered: