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

GAN: Installation error #1

Closed
liupfskygre opened this issue Nov 1, 2020 · 3 comments
Closed

GAN: Installation error #1

liupfskygre opened this issue Nov 1, 2020 · 3 comments

Comments

@liupfskygre
Copy link

Hi,
I try to install GAN using conda with following codes,
conda env create -f environment.yaml

but errors showed as :
Pip subprocess error:
ERROR: Could not find a version that satisfies the requirement open-words==0.0.1 (from -r /Users/pengfeiliu/Downloads/condaenv.gt2mbpwe.requirements.txt (line 4)) (from versions: none)
ERROR: No matching distribution found for open-words==0.0.1 (from -r /Users/pengfeiliu/Downloads/condaenv.gt2mbpwe.requirements.txt (line 4))

failed

CondaEnvException: Pip failed

I checked pypi, seems only words0.01 exists, no open-words, could not figure out why here.

Thanks,

Pengfei

@telatin
Copy link
Owner

telatin commented Jan 4, 2021

Thanks for reporting, I'm trying to fix this, meanwhile you can manually

conda create -c conda-forge -n gan python=3.8 pandas pip ipython
conda activate gan
pip install xlrd==1.2.0

@telatin
Copy link
Owner

telatin commented Jan 4, 2021

I pushed an updated environment that should fix the conflict.
If you can try it, I would really appreciate.

happy new year!

@telatin
Copy link
Owner

telatin commented May 25, 2021

I'm closing this now, but please feel free to open a new issue should you have any problems with the installation.

@telatin telatin closed this as completed May 25, 2021
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