Closed Murat-U-Saglam closed 2 years ago
The palisade repo was moved to GitLab some time ago. In the dev
branch this has been corrected already 7babba1108fb7f847641cbf58fe3743e212e5eb1
So what would the appropriate steps be to get PyFHEL on a fresh virtual environment for the latest release?
but why would expect pyFHEL to work via palisade? The correct method to install would be the following according their website Installation — Pyfhel 2.3.1 documentation https://pyfhel.readthedocs.io/en/latest/source/getting_started/1_installation.html
git clone --recursive https://github.com/ibarrond/Pyfhel.git pip install .
On Fri, Jan 21, 2022 at 6:13 PM Murat Saglam @.***> wrote:
So what would the appropriate steps be to get PyFHEL on a fresh virtual environment for the latest release?
— Reply to this email directly, view it on GitHub https://github.com/ibarrond/Pyfhel/issues/111#issuecomment-1018985609, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGAMLUUHKTECMXVSUT3ALG3UXHZDHANCNFSM5MPOW4FA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you are subscribed to this thread.Message ID: @.***>
-- Sincerely,
Hassan Karim Thoughts in motion
The git clone doesn't complete since it can't pull the Palisade Libraries, when I did it manually there was a mismatch is the header directories
Yes... I experienced the same. Mine failed even on the SEAL part. When I work out the solution I will post back
On Fri, Jan 21, 2022 at 7:12 PM Murat Saglam @.***> wrote:
The git clone doesn't complete since it can't pull the Palisade Libraries, when I did it manually there was a mismatch is the header directories
— Reply to this email directly, view it on GitHub https://github.com/ibarrond/Pyfhel/issues/111#issuecomment-1019002161, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGAMLUUJMVTKMPDNVXZ7JGTUXH76JANCNFSM5MPOW4FA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you commented.Message ID: @.***>
Do you have any leads, I'd like to help if possible. I got a dissertation project that I want to get started so aiding the process will only be beneficial to us all.
Try changing to this instead
https://gitlab.com/palisade PALISADE · GitLab https://gitlab.com/palisade
On Sun, Jan 23, 2022 at 11:16 AM Murat Saglam @.***> wrote:
Do you have any leads, I'd like to help if possible. I got a dissertation project that I want to get started so aiding the process will only be beneficial to us all.
— Reply to this email directly, view it on GitHub https://github.com/ibarrond/Pyfhel/issues/111#issuecomment-1019528532, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGAMLUXDQMZWIVTQAFOLLETUXQZXJANCNFSM5MPOW4FA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you commented.Message ID: @.***>
-- Sincerely,
Hassan Karim Thoughts in motion
Cheers Dude I'll check it out
Description Trying to install Pyfhel to explore HE, had an issue with the PIP issue as mentioned on #104 . So I tried to utilise it's suggested fix however the sites utilised on the repo has no active connections to the internet.
Code To Reproduce Error
Expected behaviour The repository being locally cloned.
Setup: