Skip to content
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

Making an environment for a tf_slim project #80

Open
pibion opened this issue Jul 29, 2022 · 5 comments
Open

Making an environment for a tf_slim project #80

pibion opened this issue Jul 29, 2022 · 5 comments

Comments

@pibion
Copy link
Member

pibion commented Jul 29, 2022

We're interested in working on the code in the repository https://github.com/jsyoon0823/TimeGAN.git but are having trouble building the python environment on Jetstream. The steps I've taken are

git clone [email protected]:jsyoon0823/TimeGAN.git
python -m venv gan
source gan/bin/activate
pip install -r requirements.txt

And it seems like it's failing on wheel installation.

The ultimate goal is to build the environment and then create a jupyter kernel, we're trying to find a simpler example to see if we can do that.

@pibion
Copy link
Member Author

pibion commented Jul 29, 2022

The odd thing is that I can build the environment successfully when working on my local WSL environment. The versions are a little different,

Jetstream python is 3.8.3 and my local version is 3.8.10.

But the big difference is at python 3.7 and both are beyond that.

@zonca
Copy link
Collaborator

zonca commented Jul 29, 2022

Can you paste the error?

@zonca
Copy link
Collaborator

zonca commented Jul 29, 2022

Before running any command, please check that the path is correct.

which python
which pip

Also be careful about python vs python3, pip vs pip3.

@zonca
Copy link
Collaborator

zonca commented Aug 16, 2022

it is a complicated environment, I would try with conda.

I am testing this, it is taking forever, it says there are conflicts:

conda create --prefix condatgan -y -c conda-forge --file=TimeGAN/requirements.txt python==3.9

@zonca
Copy link
Collaborator

zonca commented Aug 16, 2022

it fails with a CUDA driver error:

Your installed CUDA driver is: not available

not sure why we cannot have a CPU only version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants