Coder Social home page Coder Social logo

Comments (5)

lauraluebbert avatar lauraluebbert commented on August 26, 2024

Hi, thanks for reaching out. I have not encountered this error before. My first recommendation would indeed be to reinstall psutil using something like pip3 install --ignore-installed psutil. Could you please tell me which version of gget and psutil you currently have installed?

from gget.

najibveto avatar najibveto commented on August 26, 2024

thank you for your reply.
i checked the version for gget and it is 0.27.2 and for psutill and it is 5.9.4.
i tried to reinstall psutil using
pip3 install --ignore-installed psutil
and then run:
gget setup alphafold
and i got the folllowing message:

gget setup alphafold
Mon Jan  9 11:25:55 2023 INFO openmm v7.5.1 already installed.
Mon Jan  9 11:25:55 2023 INFO Installing AlphaFold from source (requires pip and git).
Mon Jan  9 11:26:36 2023 INFO AlphaFold installed succesfully.
Mon Jan  9 11:26:36 2023 INFO Installing pdbfixer from source (requires pip and git).
Note: switching to '1d3306581269fc2fa54aa94a034d476fda86cbee'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: '/home/najib/miniconda3/lib/python3.9/site-packages/numpy-1.22.3.dist-info/METADATA'

Mon Jan  9 11:26:37 2023 ERROR pdbfixer installation failed.

from gget.

lauraluebbert avatar lauraluebbert commented on August 26, 2024

It looks like the psutil issue was fixed. It seems like there are some issues with other packages in your environment. I would recommend trying the following:
First, reinstall/update numpy since the issue might be coming from numpy (pip install -U numpy).

If that doesn’t fix the issue, I would recommend restarting in a fresh Python environment (conda environments manual).

Alternatively, check out this solution. It might help fix the issue in the current environment.

from gget.

najibveto avatar najibveto commented on August 26, 2024

It looks like the psutil issue was fixed. It seems like there are some issues with other packages in your environment. I would recommend trying the following: First, reinstall/update numpy since the issue might be coming from numpy (pip install -U numpy).

If that doesn’t fix the issue, I would recommend restarting in a fresh Python environment (conda environments manual).

Alternatively, check out this solution. It might help fix the issue in the current environment.

hello,
thank you for your suggestion.
i did as your suggestion and reinstall numpy and it is wokring fine.
thanks a lot.

from gget.

lauraluebbert avatar lauraluebbert commented on August 26, 2024

Great! :)

from gget.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.