Git Product home page Git Product logo

Comments (9)

BerrebiHuji avatar BerrebiHuji commented on September 24, 2024 1

Yes!
Thank you

from arc-alkali-rydberg-calculator.

nikolasibalic avatar nikolasibalic commented on September 24, 2024

Hello @BerrebiHuji

Conda ARC package is old and outdated. I will try to delete that old package there not to cause future confusion.

Could you please get ARC with pip ? That should work. Let me know.

from arc-alkali-rydberg-calculator.

nikolasibalic avatar nikolasibalic commented on September 24, 2024

Hi @BerrebiHuji , I am also bit confused how you installed ARC with conda - could you please share that I would be interested ? Because conda package of ARC that I made long time ago has been deleted (I verified now), and I don't see someone else maintains ARC conda package (I checked on anaconda.org).

In any case supported installation method is via pip, and there are pre-build wheels for all current OS and Python versions (if something is missing, please let me know and I can add; Windwos Python 3.8 is supported there currently, which I think you have).

from arc-alkali-rydberg-calculator.

BerrebiHuji avatar BerrebiHuji commented on September 24, 2024

@nikolasibalic
I appreciate your quick response!

You are right, it turns out I used the pip command in my anaconda environment to install the package and I got confused over that.
(In other words, my python (Pycharm) interpreter is my anaconda 'root' environment)

After removing the package and reinstalling it again (using pip), my problem persists.
Attached is the error message which I am getting

image

from arc-alkali-rydberg-calculator.

nikolasibalic avatar nikolasibalic commented on September 24, 2024

@BerrebiHuji
Could you please let me know what numpy version you have ?
Last time we had this it was version problem so have to check that.

from arc-alkali-rydberg-calculator.

nikolasibalic avatar nikolasibalic commented on September 24, 2024

Please check if updating numpy to the latest version in conda resolves this. (should be 1.19.2)

from arc-alkali-rydberg-calculator.

BerrebiHuji avatar BerrebiHuji commented on September 24, 2024

my version is 1.19.2
image

from arc-alkali-rydberg-calculator.

nikolasibalic avatar nikolasibalic commented on September 24, 2024

Thanks, I will switch on Windows machine to try to reproduce this. Will let you know.

from arc-alkali-rydberg-calculator.

nikolasibalic avatar nikolasibalic commented on September 24, 2024

@BerrebiHuji
I was able to reproduce your problem on Windows 10, Python 3.8, fresh Anaconda installation.

Looking online I found that this is common problem with numpy 1.19.2. it seems on Windows as multiple packages report this on stackoverflow (see this). It is very similar to problem we had on Windows and conda with 1.16 before (issue #25 ). Solution is to update numpy, but since conda channel doesn't have latest numpy, you should use conda-forge.

I solved it with

conda uninstall numpy
conda install -c conda-forge numpy scipy sympy mpmath

If any additional missing packages are reported after numpy uninstall, just install them too.

Please let me know: does this works for you ?

from arc-alkali-rydberg-calculator.

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.