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

fire missing from requirements.txt when running in Windows #26

Open
izaxon opened this issue Jun 26, 2024 · 0 comments
Open

fire missing from requirements.txt when running in Windows #26

izaxon opened this issue Jun 26, 2024 · 0 comments

Comments

@izaxon
Copy link

izaxon commented Jun 26, 2024

C:\Users\JohanIsaksson\source\repos\picoGPT>python gpt2.py "Alan Turing theorized that computers would one day become"
Traceback (most recent call last):
  File "C:\Users\JohanIsaksson\source\repos\picoGPT\gpt2.py", line 119, in <module>
    import fire
ModuleNotFoundError: No module named 'fire'

C:\Users\JohanIsaksson\source\repos\picoGPT>pip install fire
WARNING: Skipping C:\Users\JohanIsaksson\anaconda3\Lib\site-packages\colorama-0.4.6.dist-info due to invalid metadata entry 'name'
WARNING: Skipping C:\Users\JohanIsaksson\anaconda3\Lib\site-packages\colorama-0.4.6.dist-info due to invalid metadata entry 'name'
...
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

1 participant