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

Problem with fix_virtualenv.py #137

Closed
philipk19238 opened this issue May 11, 2022 · 3 comments
Closed

Problem with fix_virtualenv.py #137

philipk19238 opened this issue May 11, 2022 · 3 comments

Comments

@philipk19238
Copy link

philipk19238 commented May 11, 2022

I'm trying to run the setup script with python fix_virtualenv.py as specified by the README. However, I keep running into this error:

FileNotFoundError: [Errno 2] No such file or directory: '/Users/philipkungwork/.virtualenvs/pygame_sdl2/include'

After opening up the virtual environment located in /Users/philipkungwork/.virtualenvs/pygame_sdl2, I noticed that the virtual environment does not contain the "include" folder. This is what my file directory looks like:

- bin
  ...
- lib
  ...
pyvenv.cfg

Is there something wrong with the script? Or did I set up my virtual environment incorrectly? I followed the setup script exactly.
@renpytom

@philipk19238
Copy link
Author

Just following up @renpytom

@philipk19238
Copy link
Author

Please confirm if this is a bug - I can create a pull request if so.

@renpytom
Copy link
Member

I think it probably is a bug. It may be that running fix_virtualenv is no longer required, when using venv to make your virtual environments.

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