GithubHelp home page GithubHelp logo

Comments (7)

pzivich avatar pzivich commented on July 23, 2024

What happens if you run pip install zepid? 0.9.0 is the latest available version, so pip should install that version by default.

It's been awhile since I've had to do much with pip, what's the -Iv flag for? If you have a previous install of zepid in your 3.7.0, you might need to uninstall first before you can use the version specific flag (I think)

from zepid.

aidanberry12 avatar aidanberry12 commented on July 23, 2024

When running pip install zepid it installs version 0.8.2 by default even after uninstalling previously installed versions of zEpid. The -Iv flag on the pip install is just for verbose install. I get the same error without these flags.

from zepid.

pzivich avatar pzivich commented on July 23, 2024

So zepid==0.9.0 should be available to 3.7.0 (version of a package not available for a Python verion is how I've had that error comes up before in other contexts). I can try testing on one of my machines (I probably can't get to this week since I need to get 3.7.0 with that version of pip together). What OS is this happening on?

While I try to figure out the source of the issue, a simple solution to get 0.9.0 on your machine is to locally install. The way to do that is

  • Clone the GitHub repo to your machine.
  • Open command prompt (windows) or terminal (mac/linux)
  • Navigate to the folder, like cd file/path/to/zEpid
  • Run python -m pip install .

That last command should have pip call the setup.py file in the zEpid folder and install zepid manually. To make sure the correct version was installed, you can run

import zepid
print(zepid.__version__)

which should print 0.9.0 if everything was successful

I would also uninstall the current version of zepid on your machine before doing the local install approach (I don't think it will cause any issues but just to avoid any potential version conflicts).

from zepid.

aidanberry12 avatar aidanberry12 commented on July 23, 2024

The manual install outlined above works, but I would like to be able to install through pip normally for reproducibility and dependency management. The OS for this error is Red Hat Enterprise License (RHEL) 7.9. Thanks!

from zepid.

pzivich avatar pzivich commented on July 23, 2024

absolutely, I just wanted to give you a quick fix while I try to figure out what's going wrong with the pip install

from zepid.

pzivich avatar pzivich commented on July 23, 2024

Hi @aidanberry12 I put out v0.9.1, which only had some very minor changes. Can you see if that version is available for you?

I was able to successfully install v0.9.1 on Python 3.7.0 on a few different OS (but not RHEL as I don't have any machines running that currently)

from zepid.

aidanberry12 avatar aidanberry12 commented on July 23, 2024

Hi Paul. I have verified the latest 0.9.1 version installs on linux and windows, but the RHEL install still doesn't work and it can only find up to 0.8..2. This could definitely be an issue with our enterprise firewall since the successful installs were on my personal computer. Thanks for checking back in on this!

from zepid.

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.